1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-06 15:35:23 +02:00
tldr/pages/common/tmsu.md
Managor d1fa35edf6
common/*: reduce usage of "command-line" (part 2) (#16950)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2025-06-29 11:47:23 +03:00

28 lines
603 B
Markdown

# tmsu
> Simple tool for tagging files.
> More information: <https://tmsu.org>.
- Tag a specific file with multiple tags:
`tmsu tag {{path/to/file.mp3}} {{music}} {{big-jazz}} {{mp3}}`
- Tag multiple files:
`tmsu tag --tags "{{music mp3}}" {{*.mp3}}`
- List tags of specified file(s):
`tmsu tags {{*.mp3}}`
- List files with specified tag(s):
`tmsu files {{big-jazz}} {{music}}`
- List files with tags matching boolean expression:
`tmsu files "{{(year >= 1990 and year <= 2000)}} and {{grunge}}"`
- Mount tmsu virtual filesystem to an existing directory:
`tmsu mount {{path/to/directory}}`