Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Command-Line Help for tagstudier

This document contains the help content for the tagstudier command-line program.

Command Overview:

tagstudier

Tools for TagStudio

Usage: tagstudier [OPTIONS] [COMMAND]

Subcommands:
  • manage-folders — Manage folders based on simple rules
  • merge-tags — Merge two tags together
  • mv — Move a file within the library, while keeping all the metadata attached
Options:
  • -v, --verbose — Increase logging verbosity
  • -q, --quiet — Decrease logging verbosity
  • -l, --library <LIBRARY> — The path to the TagStudio library. If left blank, it will try to find a library folder in the parent folder recursively

tagstudier manage-folders

Manage folders based on simple rules

Usage: tagstudier manage-folders

tagstudier merge-tags

Merge two tags together

Usage: tagstudier merge-tags <TAG_TARGET> [TAGS_TO_MERGE]...

Arguments:
  • <TAG_TARGET> — The tag to merge into
  • <TAGS_TO_MERGE> — The tag(s) to merge into the target

tagstudier mv

Move a file within the library, while keeping all the metadata attached

Usage: tagstudier mv [OPTIONS] <FROM> <TO>

Arguments:
  • <FROM> — The file to move
  • <TO> — Where to move it
Options:
  • -d, --dry — Add this flag to not make changes, and instead print them out

This document was generated automatically by clap-markdown.