Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NTEXT

NText is a simple, and lightweight text editor fully written in c


Features

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

Installation

Requirements

  • GCC
  • NCURSES
  • pkg-config
  • make

To install them:

sudo apt update
sudo apt install build-essentials pkg-config libncurses5-dev libncursesw5-dev

Fedora Distros

sudo dnf groupinstall "Development Tools"
sudo dnf install ncurses-devel pkgconf-pkg-config

Arch Distros

sudo pacman -S base-devel ncurses pkgconf

Now, clone the repository and build the project:

git clone https://github.com/nothingfr87/ntext.git
cd ntext

make build

The compiled binary will now be available in the project directory.

To install ntext system-wide:

sudo make all install

It'll be installed in /usr/local/bin by default, you can edit that in the Makefile


Issues:

If you encounter any bugs or unexpected behavior, please open an issue. Feedback and contributions are always appreciated.


License

This project is licensed under the GPLv3 License

About

A lightweight, simple and fast text editor written in c

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages