LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

tui-journal

Terminal journal and notes app

TLDR

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

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
copy
sudo zypper install tui-journal
copy
nix profile install nixpkgs#tui-journal
copy

HISTORY

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

SEE ALSO

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

Copied to clipboard
Kai