Paul Ruane

Results 139 comments of Paul Ruane

You can do `tmsu values TAG` to get the existing values for a tag. So you could get all the tags with `tmsu tags` and look up the values for...

Yeah, you should be able to do something like `tmsu tags | xargs tmsu values`. There's currently no way to query the queries from the CLI. On Sun, 16 Oct...

Yeah, can do, but it'll probably be in the Rust rewrite I'm planning and I'm really busy with work at the moment so won't be for a while. As an...

The schema is detailed here: https://github.com/oniony/TMSU/wiki/Database-Schema You can install the Sqlite3 tooling and access the tmsu.db file directly from the command-line or you can install any tool that has Sqlite3...

I'm not sure yet. On Mon, 17 Oct 2022, 14:42 Nadim Khemir, ***@***.***> wrote: > Will the filesystem still be the same? in that case I may as well use...

Yes, tmsu repair specifying paths of where to look. On Sun, 25 Sep 2022, 23:21 Horea Christian, ***@***.***> wrote: > So, I ended up moving some of my files around...

Yeah, it currently prints the tags for each file. But you're right it would be better if it printed the entire set of tags for all files when no name...

Just fyi, I'm planning on (hoping to) create a libtmsu and separate CLI in the Rust rewrite. This will make integration with other apps a lot easier as you can...

I'm rewriting the project in Rust. This is taking me significantly longer than I was hoping due to work and home life commitments. You can follow progress on the `main`...