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

Combine -f and -A to show hidden files paths #79

Open
legatimatteo opened this issue Aug 30, 2024 · 0 comments
Open

Combine -f and -A to show hidden files paths #79

legatimatteo opened this issue Aug 30, 2024 · 0 comments

Comments

@legatimatteo
Copy link

legatimatteo commented Aug 30, 2024

I would like to show hidden files paths, but I don't know how to do so.
I already read about #25 which shows how to find the file name even if it's hidden, but that shows only the name and not the path.
According to #25 :

% tag -Aetm blah .
.d3                            	blah
d1                             	blah
foo                            	blah

% tag -f blah .
path.../d1
path.../foo

What I would like to use is something like '-fA'

$ tag -fA blah
path/to/.d3
path/to/d1
path/to/foo
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