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
- Host: GitHub
- URL: https://github.com/hydrogen602/bettertexteditor
- Owner: hydrogen602
- License: mit
- Created: 2019-07-12T16:51:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T22:25:05.000Z (almost 6 years ago)
- Last Synced: 2025-05-22T01:11:41.231Z (about 1 year ago)
- Topics: curses-library, python3, text-editor
- Language: Python
- Homepage:
- Size: 975 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:

Example 2:

## 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)