System Grab Bag

View all TLDR pages from common (or from all pages)

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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.