When calling tags statistics method in libtocc, it also returns a special tag: *no tag*. For the files which does not have any tags assigned to them.
toccfs calls this method to show tags as directories. It also tries to show *no tag*, which cause some errors like: cannot access /mnt/temp/*no tag*: No such file or directory.
The problem is with asterisks. toccfs should show another name instead of *no tag*. For example, _no tag_.
When calling tags statistics method in
libtocc, it also returns a special tag:*no tag*. For the files which does not have any tags assigned to them.toccfscalls this method to show tags as directories. It also tries to show*no tag*, which cause some errors like:cannot access /mnt/temp/*no tag*: No such file or directory.The problem is with asterisks.
toccfsshould show another name instead of*no tag*. For example,_no tag_.