Paul Ruane
Paul Ruane
It should, but it's a fringe case and I'm struggling for time to fix anything at the moment. On Mon, 6 Jan 2020, 23:23 David Gowers, wrote: > I see....
Backslash seems to work fine to me. Or do you mean in the VFS? tmsu tag somefile \\\\ tmsu files \\\\
Hi, thanks for the suggestion. I made the `tag` command follow symlinks already, I guess it would make sense for the other commands to do so too (gap). I'll take...
Hi, Everything should be sorted by name: if it's not then it's a bug. An option for sort order is a good idea though, I'll look to add this, probably...
Cool, no problem. I'll look to add a sort option. I've already a todo item for numerical sorting do it would make sense to do this at the same time....
I don't like the idea of functionality that relies on undefined behaviour of the underlying database: https://www.sqlite.org/lang_select.html#orderby. However, that is easily addressed by ordering by the (normally hidden) 'rowid' column...
The file_tag rowid is not directly available as I'm doing an 'in' check, rather than getting values from file_tag. Leave it with me and I'll see what I can do....
The --sort option on 'files' should now cover this. Please let me know if there's anything I've missed otherwise I'll close this.
Changes went in first in b88a6fc.
Ah, realised the requirement for 'recency' is not update, not tagging so the `--sort=id` is probably not cutting it for you.