LinuxCommandLibrary

hledger-ui

terminal interface for hledger

TLDR

Start TUI

$ hledger-ui
copy
Open specific journal
$ hledger-ui -f [ledger.journal]
copy
Start at date
$ hledger-ui --begin [2024-01-01]
copy
Show specific account
$ hledger-ui [assets:bank]
copy
Watch for changes
$ hledger-ui --watch
copy

SYNOPSIS

hledger-ui [options] [patterns]

DESCRIPTION

hledger-ui is a terminal interface for hledger. It provides an interactive way to explore accounts, transactions, and reports.
The TUI supports navigation, drilling down into accounts, and switching between different views. It watches files for live updates.

PARAMETERS

PATTERNS

Account patterns to show.
-f FILE
Journal file.
--watch
Auto-reload on changes.
-b, --begin DATE
Start date.
-e, --end DATE
End date.
--tree
Hierarchical view.
--flat
Flat list view.
--help
Display help information.

CAVEATS

Requires terminal with color. Curses-based interface. Part of hledger suite.

HISTORY

hledger-ui was developed as the terminal interface complement to hledger command-line and web interfaces.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community