-
-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hierarchical tags #115
Hierarchical tags #115
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! Here's my initial review. I'll test it locally a bit later.
While writing more tests I noticed that trailing |
Sorry, missclick |
"journal/" is not a sensible tag (why would anyone add a slash at the end?). We don't have to support it. |
This PR implements hierarchical tags as described in #49.
Tags can be nested using the same syntax as POSIX file paths, and queries support tag globbing as well (including recursive globs).