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

--name=never removes lines #260

Open
nkh opened this issue Oct 28, 2022 · 2 comments
Open

--name=never removes lines #260

nkh opened this issue Oct 28, 2022 · 2 comments

Comments

@nkh
Copy link

nkh commented Oct 28, 2022

$ tmsu tags has_tags has_no_tags has_tags
has_tags: some_tag
has_no_tags:
has_tags: some_tag

3 lines are printed

$ tmsu tags --name=never has_tags has_no_tags has_tags
some_tag
some_tag

2 lines are printed!

@oniony
Copy link
Owner

oniony commented Oct 28, 2022 via email

@nkh
Copy link
Author

nkh commented Oct 28, 2022

@oniony

It does print all the tags when no name is specified!

what it doesn't is print an empty line for the files that have no tags which means that with --name=never one doesn't know which file has what tags.

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

2 participants