mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
tmsu: add page (#8132)
This commit is contained in:
parent
1a57ff5df8
commit
61231d3224
1 changed files with 28 additions and 0 deletions
28
pages/common/tmsu.md
Normal file
28
pages/common/tmsu.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# tmsu
|
||||
|
||||
> Simple command-line 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}}`
|
Loading…
Add table
Reference in a new issue