Linux command
puffin 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Launch the finance dashboard
puffin
Launch the v3 UI
puffin -v3
说明
puffin is a terminal dashboard for personal finance management that integrates hledger reports into a TUI. It displays income statements, balance sheets, and register data with filtering by account, date, period, and depth. Multi-commodity tracking is supported. Puffin does not accept its own --file/--config flags; it picks up the journal via hledger's own configuration (the $LEDGER_FILE environment variable or ~/.hledger.journal). An optional puffin.json file configures custom report tabs (with name, cmd, and locked fields); the v3 UI reads a simpler config containing only a journalFile field. Press ? inside the TUI to display the keybinding help.
FAQ
What is the puffin command used for?
puffin is a terminal dashboard for personal finance management that integrates hledger reports into a TUI. It displays income statements, balance sheets, and register data with filtering by account, date, period, and depth. Multi-commodity tracking is supported. Puffin does not accept its own --file/--config flags; it picks up the journal via hledger's own configuration (the $LEDGER_FILE environment variable or ~/.hledger.journal). An optional puffin.json file configures custom report tabs (with name, cmd, and locked fields); the v3 UI reads a simpler config containing only a journalFile field. Press ? inside the TUI to display the keybinding help.
How do I run a basic puffin example?
Run `puffin` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more puffin examples?
This page includes 2 examples for puffin, plus related commands for nearby Linux tasks.