Forrest logo
back to context overview

tmsu

List of commands for tmsu:

  • tmsu:tldr:2b104 tmsu: List files with specified tag(s).
    $ tmsu files ${big-jazz} ${music}
    try on your machine
    explain this command
  • tmsu:tldr:40975 tmsu: List files with tags matching boolean expression.
    $ tmsu files "${(year >= 1990 and year <= 2000)} and ${grunge}"
    try on your machine
    explain this command
  • tmsu:tldr:754cd tmsu: List tags of specified file(s).
    $ tmsu tags ${*-mp3}
    try on your machine
    explain this command
  • tmsu:tldr:7c42c tmsu: Mount tmsu virtual filesystem to an existing directory.
    $ tmsu mount ${path-to-directory}
    try on your machine
    explain this command
  • tmsu:tldr:87891 tmsu: Tag a specific file with multiple tags.
    $ tmsu tag ${filename-mp3} ${music} ${big-jazz} ${mp3}
    try on your machine
    explain this command
  • tmsu:tldr:9b4af tmsu: Tag multiple files.
    $ tmsu tag --tags "${music mp3}" ${*-mp3}
    try on your machine
    explain this command
back to context overview