https://github.com/nuta/noa
A modern nano-like terminal-based text editor.
https://github.com/nuta/noa
Last synced: about 1 year ago
JSON representation
A modern nano-like terminal-based text editor.
- Host: GitHub
- URL: https://github.com/nuta/noa
- Owner: nuta
- License: other
- Created: 2019-10-08T02:38:27.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-02-04T00:47:12.000Z (over 3 years ago)
- Last Synced: 2025-04-05T01:01:47.214Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 1.07 MB
- Stars: 31
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# noa
[](https://github.com/nuta/noa/actions/workflows/ci.yml)
A minimalistic terminal text editor. Aims to be my daily driver and be a good alternative to GNU nano.
## Features
- Grapheme-aware text editing with multiple cursors.
- No distraction: let you focus on coding.
## TODOs
- [ ] Fix TODOs
- [ ] Backup
- [ ] Copy and paste
- [ ] Search file paths
- [ ] Search file contents
- [ ] Ask before quitting if the buffer is dirty
- [ ] Mouse support
- [ ] Tree-sitter support
- [ ] auto complete
## License
MIT or Apache 2.0. Choose whichever you prefer.