cli: commands list: reorganise
[ci skip]
This commit is contained in:
parent
9fe3212940
commit
a23f391d7e
@ -144,51 +144,53 @@ Data entry (these commands modify the journal file):
|
|||||||
+iadd add transactions using curses ui
|
+iadd add transactions using curses ui
|
||||||
import add any new transactions from other files (eg csv)
|
import add any new transactions from other files (eg csv)
|
||||||
|
|
||||||
|
Data management:
|
||||||
|
+autosync download/deduplicate/convert OFX data
|
||||||
|
+check check more powerful balance assertions
|
||||||
|
check-dates check transactions are ordered by date
|
||||||
|
check-dupes check for accounts with the same leaf name
|
||||||
|
close (equity) generate balance-resetting transactions
|
||||||
|
+diff compare account transactions in two journal files
|
||||||
|
+interest generate interest transactions
|
||||||
|
rewrite generate automated postings/diffs (old, use --auto)
|
||||||
|
|
||||||
Financial reports:
|
Financial reports:
|
||||||
balancesheet (bs) show assets, liabilities and net worth
|
balancesheet (bs) show assets, liabilities and net worth
|
||||||
balancesheetequity (bse) show assets, liabilities and equity
|
balancesheetequity (bse) show assets, liabilities and equity
|
||||||
cashflow (cf) show changes in liquid assets
|
cashflow (cf) show changes in liquid assets
|
||||||
incomestatement (is) show revenues and expenses
|
incomestatement (is) show revenues and expenses
|
||||||
|
+irr calculate internal rate of return (old, use roi)
|
||||||
|
roi show return on investments
|
||||||
|
|
||||||
Low-level reports:
|
Low-level reports:
|
||||||
accounts (a) show account names
|
accounts (a) show account names
|
||||||
activity show bar chart of posting counts per interval
|
activity show postings-per-interval bar charts
|
||||||
balance (b, bal) show balance changes or end balances in any accounts
|
balance (b, bal) show balance changes or end balances in any accounts
|
||||||
files show input files
|
files show input file paths
|
||||||
prices show market price records
|
prices show market price records
|
||||||
print (p, txns) show journal entries (transactions)
|
print (p, txns) show transactions (journal entries)
|
||||||
register (r, reg) show postings affecting one or more accounts
|
print-unique show only transactions with unique descriptions
|
||||||
|
register (r, reg) show postings in one or more accounts & running total
|
||||||
|
register-match show a recent posting that best matches a description
|
||||||
stats show journal statistics
|
stats show journal statistics
|
||||||
tags show tag names
|
tags show tag names
|
||||||
|
test run self tests
|
||||||
|
|
||||||
UIs:
|
Alternate user interfaces:
|
||||||
+ui start curses ui
|
+ui run curses ui
|
||||||
+web start web ui
|
+web run web ui
|
||||||
|
+api run http api server
|
||||||
|
|
||||||
Generating data:
|
Other:
|
||||||
close (equity) generate balance-resetting transactions
|
|
||||||
+interest generate interest transactions
|
|
||||||
rewrite generate automated postings/diffs (or, see --auto)
|
|
||||||
|
|
||||||
Other/experimental:
|
|
||||||
+api start http api server
|
|
||||||
+autosync download/deduplicate/convert OFX data
|
|
||||||
+check check more powerful balance assertions
|
|
||||||
check-dates check transactions are ordered by date
|
|
||||||
check-dupes check for accounts with the same leaf name
|
|
||||||
+diff compare account transactions in two journal files
|
|
||||||
+irr calculate internal rate of return (or, see roi)
|
|
||||||
print-unique show only transactions with unique descriptions
|
|
||||||
register-match show best matching transaction for a description
|
|
||||||
roi calculate return on investments
|
|
||||||
test run builtin self tests
|
|
||||||
OTHER
|
OTHER
|
||||||
Help:
|
Help:
|
||||||
help show any of the hledger manuals in various formats
|
help [MANUAL] show the hledger manuals in various formats
|
||||||
hledger CMD -h show command usage
|
COMMAND -h show command's usage
|
||||||
hledger -h show general usage
|
-h show general usage
|
||||||
-------------------------------------------------------------------------------
|
(no arguments) show this commands list
|
||||||
|
|
||||||
|]
|
|]
|
||||||
|
-- -------------------------------------------------------------------------------
|
||||||
-- aregister (ar, areg) show transactions in a single account
|
-- aregister (ar, areg) show transactions in a single account
|
||||||
-- edit open a text editor on some part of the journal
|
-- edit open a text editor on some part of the journal
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user