mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-10 14:16:41 +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
|
|
>=
|