commands.sh

boxxy

all

Redirect file locations for programs that don't respect the XDG standards.

More info →

Options (2)

-t, --traceboolean

Trace what files a program touches and save a report in `boxxy-report.txt` in the current directory

Example: boxxy {{[-t|--trace]}} {{program}}
-r, --ruleboolean

Pass a redirection rule directly on the terminal

Example: boxxy {{[-r|--rule]}} {{path/to/file_or_directory}}:{{path/to/redirection}}:{{file|directory}} {{program}}

Examples (6)

Run a program with file redirections defined in `~/.config/boxxy/boxxy.yaml`

boxxy program

Scan your home directory for rule suggestions

boxxy scan

Trace what files a program touches and save a report in `boxxy-report.txt` in the current directory

boxxy [-t|--trace] program

Pass a redirection rule directly on the terminal

boxxy [-r|--rule] path/to/file_or_directory:path/to/redirection:file|directory program

View the config file

boxxy config

Display help

made by @shridhargupta | data from tldr-pages