oniony / TMSU

TMSU lets you tags your files and then access them through a nifty virtual filesystem from any other application.
Other
2.01k stars 115 forks source link

Confusing status command behavior #253

Open nadapez opened 1 year ago

nadapez commented 1 year ago

When I execute the status command tmsu status

without a path, sometimes untagged files are listed with code U, although not all untagged files. I think the intended behavior is not to show untagged files at all when no path is given. I understand untagged files should only be shown with tmsu status some/path or tmsu untagged ...

nadapez commented 1 year ago

Now I found out that the files under tagged folders are the ones shown as untagged files if they are untagged.

This behavior should be documented.