A wicked fast command-line text editor written in pure C.
brew install cmake ncurses
sudo apt install cmake ncurses
sudo dnf install cmake ncurses
mkdir build
cd build
cmake ..
make installzash /path/to/my/file.txt
- Handle character deletions correctly
- Handle character insertions correctly
- Add status area
- Make main loop more efficient
- Scroll lines if window length exceeded
- Scroll columns if window width exceeded