Skip to content

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

@legatimatteo

Description

@legatimatteo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions