TMSU
TMSU copied to clipboard
TMSU lets you tags your files and then access them through a nifty virtual filesystem from any other application.
```console chymera@decohost ~/collections $ tmsu rename value1 key=value1 chymera@decohost ~/collections $ tmsu tags key\=value1 chymera@decohost ~/collections $ tmsu rename "key\=value1" key=value1 tmsu: tag 'key=value1' already exists chymera@decohost ~/collections $ tmsu...
I'm trying to use tmsu as part of some scripts to get a better handle on my image files, and it seems a bit tricky to nicely put the tags...
Starting from this repository: ```shell $ tmsu init; $ echo beep >beep; $ echo boop >boop; $ tmsu tag beep beep; tmsu: new tag 'beep' $ tmsu tag boop boop;...
Currently, the tmsu VFS does not check that the file extension matches when accessing a file. For example: ``` $ tmsu init tmsu: /home/e-t172/tmp/tmsu: creating database $ echo 'bar' >...
# How I got the error ``` tmsu untagged --verbose ``` Error: > 2022-05-02 04:44:26.2255203 +0700 +07 m=+0.000837501: tmsu: looking for database at '/mnt/d/temp/b43jwccybun/output/temp/.tmsu/db' 2022-05-02 04:44:26.2477541 +0700 +07 m=+0.023071801: tmsu:...
Addresses issue #210
This issue was brought up as a comment in issue #154: tagging a file in a symlinked directory gives a different result depending on whether the given path is relative...
Hi! I noticed that, when a tag with value of type `color=blue` is attributed to a file, one can remove this tag only by specifying both tag and value, for...
``` $ make CLEANING go clean github.com/oniony/TMSU go: GOPATH entry is relative; must be absolute path: "/cygdrive/d/TMSU:C:\\Users\\dev0\\go". For more details see: 'go help gopath' make: *** [Makefile:24: clean] Error 2...