Linux command
hledger-ui 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start TUI
hledger-ui
Open specific journal
hledger-ui -f [ledger.journal]
Start at date
hledger-ui --begin [2024-01-01]
Show specific account
hledger-ui [assets:bank]
Watch for changes
hledger-ui --watch
说明
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.
参数
- -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.
FAQ
What is the hledger-ui command used for?
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.
How do I run a basic hledger-ui example?
Run `hledger-ui` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -f _FILE_ do in hledger-ui?
Journal file.