tagfs icon indicating copy to clipboard operation
tagfs copied to clipboard

Fuse tag file system

Results 3 tagfs issues
Sort by recently updated
recently updated
newest added

currently tagfs kicks umlaute from tag directory names. but removing umlaute is only done when listing directories. this also applies for anything which is not ascii.

Hi! I wanted to evaluate tagfs as a tagging tool. Meanwhile, I am able to mount this thing (by using root and omitting «--home ~/.local» for installation - contrary to...

I made a directory /tmp/x with subdirectories /tmp/x/a and /tmp/x/b, which in turn contained simple index files. Then I issued a following command: $ tagfs /tmp/x -i /tmp/x And it...