;tags: mention pivot trick for listing tag values
[ci skip]
This commit is contained in:
parent
67404fafe5
commit
2aa5bd1653
@ -4,3 +4,8 @@ only tag names matching the regular expression (case insensitive) are shown.
|
|||||||
With QUERY arguments, only transactions matching the query are considered.
|
With QUERY arguments, only transactions matching the query are considered.
|
||||||
|
|
||||||
_FLAGS_
|
_FLAGS_
|
||||||
|
|
||||||
|
There's no direct way to list a tag's values, but there is an indirect way:
|
||||||
|
--pivot converts a tag's values to accounts, which you can list, like this:
|
||||||
|
|
||||||
|
hledger --pivot SOMETAG accounts --used
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user