Skip to content

highpn/termnote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TermNote

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.

2025-07-22_14-59_ternnote

✨ Features

  • 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

📦 Installation

Dependencies

Ubuntu/Debian:

sudo apt-get install libncurses5-dev libncursesw5-dev

Fedora/CentOS:

sudo dnf install ncurses-devel

Arch Linux:

sudo pacman -Syu ncurses

  • ncurses
  • A C compiler (gcc, clang, etc.)
  • make

Build and Run

git clone https://github.com/highpn/termnote.git
cd termnote
make
./termnote

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •