Skip to content
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

--usage doesn't appear to work #70

Open
dannylevenson opened this issue Nov 10, 2022 · 0 comments
Open

--usage doesn't appear to work #70

dannylevenson opened this issue Nov 10, 2022 · 0 comments

Comments

@dannylevenson
Copy link

Running on macOS Monterey 12.6, I can not get --usage to work. All of the following commands generate no output even though the current directory has a handful of files with either Blue or Green tags:

  • tag --usage
  • tag --usage '*'
  • tag --usage Blue,Green
  • tag --usage Blue,Green *
  • tag --usage '*' *

Using -u instead of --usage behaves the same way.

If I do the last command while the current directory is a large NAS connected directory, it takes a while to run, but still generates no output. So, I think it is doing something with each file, but it is not finding or outputting any tags.

However, if I execute tag -m Blue or tag -m Green, I see the expected list of files based on the tags that are present.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant