You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Named filters are currently expanded only in the path argument of filtering options, e.g.
[filter]
draft = "--tag 'draft OR todo'"
$ zk list draft --interactive
By expanding it in filtering options taking path arguments as well, we open the possibility for easy nested filtering commands. Named filters would become some kind of "virtual directories".
$ zk list --exclude draft
The text was updated successfully, but these errors were encountered:
Named filters are currently expanded only in the path argument of filtering options, e.g.
By expanding it in filtering options taking path arguments as well, we open the possibility for easy nested filtering commands. Named filters would become some kind of "virtual directories".
The text was updated successfully, but these errors were encountered: