24 lines
878 B
Plaintext
24 lines
878 B
Plaintext
|
$ hledger add
|
|||
|
Adding transactions to journal file main.journal
|
|||
|
Any command line arguments will be used as defaults.
|
|||
|
Use tab key to complete, readline keys to edit, enter to accept defaults.
|
|||
|
An optional (CODE) may follow transaction dates.
|
|||
|
An optional ; COMMENT may follow descriptions or amounts.
|
|||
|
If you make a mistake, enter < at any prompt to go one step backward.
|
|||
|
To end a transaction, enter . when prompted.
|
|||
|
To quit, enter . at a date prompt or press control-d or control-c.
|
|||
|
Date [2022-02-08]: 2/15
|
|||
|
Description: market
|
|||
|
Account 1: expenses:food
|
|||
|
Amount 1: $50
|
|||
|
Account 2: assets:cash
|
|||
|
Amount 2 [$-50]:
|
|||
|
Account 3 (or . or enter to finish this transaction):
|
|||
|
2022-02-15 market
|
|||
|
expenses:food $50
|
|||
|
assets:cash $-50
|
|||
|
|
|||
|
Save this transaction to the journal ? [y]:
|
|||
|
Saved.
|
|||
|
Starting the next transaction (. or ctrl-D/ctrl-C to quit)
|
|||
|
Date [2022-02-15]:
|