NText is a simple, and lightweight text editor fully written in c
NText doesn't have a lot of features, just a simple and lightweight text editor like any editor, and it uses the same layout as nano!
NText is keyboard-focused, more keyboard keybinds will be added
- Ctrl+S: Save
- Ctrl+Q: Quit
- GCC
- NCURSES
- pkg-config
- make
To install them:
sudo apt update
sudo apt install build-essentials pkg-config libncurses5-dev libncursesw5-devsudo dnf groupinstall "Development Tools"
sudo dnf install ncurses-devel pkgconf-pkg-configsudo pacman -S base-devel ncurses pkgconfNow, clone the repository and build the project:
git clone https://github.com/nothingfr87/ntext.git
cd ntext
make buildThe compiled binary will now be available in the project directory.
To install ntext system-wide:
sudo make all installIt'll be installed in /usr/local/bin by default, you can edit that in the Makefile
If you encounter any bugs or unexpected behavior, please open an issue. Feedback and contributions are always appreciated.
This project is licensed under the GPLv3 License