tui-journal

Terminal journal and notes app

TLDR

Launch the journal TUI
$ tjournal
Use JSON file backend
$ tjournal --backend json
Use SQLite database backend
$ tjournal --backend sqlite

SYNOPSIS

tjournal [options]

DESCRIPTION

tui-journal is a terminal-based journaling application that lets you create, edit, and delete journal entries with support for Markdown highlighting. It supports JSON and SQLite backends, custom colored tags, fuzzy search, and the ability to use an external text editor.

INSTALL

sudo pacman -S tui-journal
sudo zypper install tui-journal
nix profile install nixpkgs#tui-journal

HISTORY

tui-journal was created by Ammar Abou Zor (AmmarAbouZor) and is written in Rust.

SEE ALSO

jrnl(1), nb(1), rucola(1)