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