mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-31 22:31:54 +03:00
20 lines
225 B
Plaintext
20 lines
225 B
Plaintext
|
# descriptions command
|
||
|
|
||
|
# basic descriptions report
|
||
|
<
|
||
|
2018/1/1 foo ; foo:
|
||
|
a
|
||
|
|
||
|
2018/1/1 bar | baz
|
||
|
a
|
||
|
|
||
|
$ hledger -f - descriptions
|
||
|
bar | baz
|
||
|
foo
|
||
|
>=
|
||
|
|
||
|
# filtering transactions by tag
|
||
|
$ hledger -f - descriptions tag:foo
|
||
|
foo
|
||
|
>=
|