trovl

A cross-platform symlink manager.

Synopsis

trovl is a cross-platform symlink manager that aims to make file management easier and more efficient. It features configurable paths for files and directories that vary in location depending on the system, and true-symlinking when possible.

Options

1
2
3
4
      --debug     show debug info
      --dry-run   walk through an operation without making changes
  -h, --help      help for trovl
  -v, --verbose   have verbose outputs for actions taken

SEE ALSO

  • trovl add - Adds a symlink that points to the target file
  • trovl apply - Applies a manifest specified by schema (default: $XDG_CONFIG_HOME/trovl/manifest.json)
  • trovl generate - Generate a blank manifest file with the current schema (default: $XDG_CONFIG_HOME/trovl/manifest.json).
  • trovl plan - Describes what will happen during an apply without modifying the filesystem
  • trovl remove - Removes a specified symlink while keeping the target file as-is.