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

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.

Awesome Lists containing this project

README

          

# noa
[![CI](https://github.com/nuta/noa/actions/workflows/ci.yml/badge.svg?branch=main)](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.