./misc/tui-journal, Your journal app if you live in a terminal

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.13.1, Package name: tui-journal-0.13.1, Maintainer: pin

TUI-Journal is a terminal-based application written in Rust that allows you to
write and manage your journal/notes from within the comfort of your terminal.
It provides a simple and efficient interface for creating and organizing your
thoughts, ideas, and reflections.

TUI-Journal supports two different local back-ends: a plain text back-end in
JSON format and a database back-end using SQLite.

Features:
- Write and manage journal/notes entries from the terminal.
- Store your entries in either a plain text file using the JSON format or a
SQLite database.
- Intuitive, responsive and user-friendly text-based user interface (TUI).
- Create, edit, and delete entries easily.
- Keybindigs is a combination of VIM and Emacs motions (VIM for navigation and
Emacs for editing texts in edit-mode).
- See the keybindings from inside the app
- Cross-platform compatibility


Master sites:

Filesize: 1956.788 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-11 10:53:30 by pin | Files touched by this commit (3) | Package updated
Log message:
misc/tui-journal: update to 0.13.1

What's Changed

    Add FreeBSD install instructions to README by @yonas in #505
    Added: Config path via CLI & State Path configurable & Fix default \ 
state path by @AmmarAbouZor in #507
   2024-11-27 11:24:50 by pin | Files touched by this commit (3) | Package updated
Log message:
misc/tui-journal: update to 0.13.0

What's Changed

    Fixed: Fix Homebrew GitHub Action by @AmmarAbouZor in #491
    CI: Include minimal supported rust version & Increase Min Version by \ 
@AmmarAbouZor in #499
    Added: Smart Case for Filter & Fuzzy Finder by @AmmarAbouZor in #500
    Changed: Update dependencies & Simplified versions by @AmmarAbouZor in #501
   2024-11-24 18:11:22 by pin | Files touched by this commit (1)
Log message:
misc/tui-journal: reflect the required Rust version
   2024-11-13 09:48:22 by pin | Files touched by this commit (3) | Package updated
Log message:
misc/tui-journal: update to 0.12.1

  Fix: Update dependencies & Fix Ratatui breaking changes by @AmmarAbouZor \ 
in #485
  Change: Release on Both Arm and X86 for MacOS by @AmmarAbouZor in #487
  Added: GitHub Action to Release on Homebrew Tap (Work in Porgress) by \ 
@AmmarAbouZor in #488
   2024-09-30 20:58:15 by pin | Files touched by this commit (3) | Package updated
Log message:
misc/tui-journal: update to 0.12.0

What's Changed
 - Added: Provide Configuration for entries datum visibility by @AmmarAbouZor in #461
 - Added: Support Cycling Through Tags via Keybinding by @AmmarAbouZor & \ 
@orhun in #468
   2024-09-09 21:21:49 by pin | Files touched by this commit (3) | Package updated
Log message:
misc/tui-journal: update to 0.11.0

What's Changed
 - Removes MouseCapture by @dupgit in #454
 - Added: Colored Tags by @AmmarAbouZor in #455
   2024-09-01 17:58:10 by pin | Files touched by this commit (3) | Package updated
Log message:
misc/tui-journal: update to 0.10.0

What's Changed
Breaking Changes:
 - Keybinding for fuzzy find has been moved from u to a and <Shift-f> to \ 
free up the key u which is used for undo & redo actions.

Changes:
 - History Management: Provide Undo & Redo Functionalities. by @AmmarAbouZor \ 
in #452
 - Update Dependencies & Fix Crossterm and Raratui Breaking Changes by \ 
@AmmarAbouZor in #445
   2024-07-23 10:08:41 by pin | Files touched by this commit (3) | Package updated
Log message:
misc/tui-journal: update to 0.9.1

What's Changed
 - feat: show the selected index and entry count (#402) by @orhun in #403
 - fix(help): Corrects number of modes and uppercase for editor and Vim by \ 
@dupgit in #421
 - Fix: Update Dependencies & Fix breaking changes by @AmmarAbouZor in #427
 - Added: Basic Emacs keybindings to Editor Help Popup by @AmmarAbouZor in #428