Weird text editor in C
| csi.c | First commit; Cb time | |
| Makefile | First commit; Cb time | |
| README.md | Update README.md | |
| README.md~ | First commit; Cb time | |
Csi Text Editor
NANO-inspired lightweight keyboard-driven text editor.
Installation
From Source (Unix-like)
# Clone repository
git clone https://github.com/coasteen/csi.git
cd csi
# Compile and install
make
sudo make install
Warning
The Csi text editor was just a hobby/practice project, please don't try to use this as your main text editor. For your main text editor, I recommend https://www.gnu.org/software/emacs/ - GNU Emacs
THIS IS BY NO MEANS COMPLETE!
-- Made in GNU Emacs
-- Published using GNU IceCat