TermNote is a simple, fast, and minimal terminal-based note-taking application written in C using ncurses. It lets you create, view, and manage notes directly from your terminal in a clean and keyboard-driven interface on unix-like systems.
- Lightweight and fast
- Fully keyboard-driven interface
- Persistent notes stored under XDG standard locations
- Highlight selected note
- Split-pane view for note list, content, and options
- Simple plain-text storage format
- Built using
ncurses
sudo apt-get install libncurses5-dev libncursesw5-dev
sudo dnf install ncurses-devel
sudo pacman -Syu ncurses
ncurses- A C compiler (
gcc,clang, etc.) make
git clone https://github.com/highpn/termnote.git
cd termnote
make
./termnote