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.
HISTORY
tui-journal was created by Ammar Abou Zor (AmmarAbouZor) and is written in Rust.

