An open API service indexing awesome lists of open source software.

https://github.com/hydrogen602/bettertexteditor

A text editor for that has python & assembly synthax highlighting unlike nano and is easy to exit unlike vim
https://github.com/hydrogen602/bettertexteditor

curses-library python3 text-editor

Last synced: 12 months ago
JSON representation

A text editor for that has python & assembly synthax highlighting unlike nano and is easy to exit unlike vim

Awesome Lists containing this project

README

          

# betterTextEditor
A text editor for that has python synthax highlighting unlike nano and is easy to exit unlike vim

After getting annoyed at the text editors available like nano and vim, I've decided to make my own text editor
that is both easy to use and does synthax highlighing whenever I need to edit python files over ssh like
when using a raspberry pi.

Example:
![image failed to load](https://raw.githubusercontent.com/hydrogen602/betterTextEditor/master/images/textEditor.png)

Example 2:
![image failed to load](https://raw.githubusercontent.com/hydrogen602/betterTextEditor/master/images/AssemblySyntax3.png)

## TODO
* Syntax highlighting for other languages like html, css, & js
* ability to change name after opening the file like in nano?
* key-combo to exit on windows (there's no option key)