Nodau is a simple console based note taking program, it allows you to easily create, edit, and view notes, and search them by name or date.
| Tags | Linux terminal Text based note taking |
|---|---|
| Licenses | GPLv3 |
| Operating Systems | Linux BSD Hurd |
| Implementation | C SQLite 3 ncurses OpenSSL |
| Translations | English |
Recent releases


Release Notes: This stable release supports encrypted notes and external editors, and is compatible with GNU/Linux, GNU/Hurd, and BSD Unix.


Release Notes: The main change since 0.2.2 is a complete rewrite to the Makefiles. The database has been moved to comply with the XDG Base Directory Specification, and the new config file also complies with it. Support for external editors was added. By default, Nodau now uses the EDITOR environment variable to select an editor, with the built-in used as a fallback. This behaviour can be changed using the force_builtin_editor and external_editor settings in the config file though. Notes can now be encrypted with per-note passphrases.


Release Notes: A patch to build/Makefile to fix a bug when building on Ubuntu.


Release Notes: A man page was added.


Release Notes: The "show" option was added to display a note without editing. The "open" option was changed to "edit" to differentiate it from "show". "open" has been left for backward compatibility.