snippetbashTip
boxxy — Redirect file locations for programs that don't respect the XDG standards. More information: <https:
Viewed 0 times
programscommandredirectboxxyclifilelocationsfor
Problem
How to use the
boxxy command: Redirect file locations for programs that don't respect the XDG standards. More information: <https://github.com/queer/boxxy>.Solution
boxxy — Redirect file locations for programs that don't respect the XDG standards. More information: <https://github.com/queer/boxxy>.Run a program with file redirections defined in
~/.config/boxxy/boxxy.yaml:boxxy {{program}}Scan your home directory for rule suggestions:
boxxy scanTrace 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 configDisplay help:
boxxy -hCode Snippets
Run a program with file redirections defined in `~/.config/boxxy/boxxy.yaml`
boxxy {{program}}Scan your home directory for rule suggestions
boxxy scanTrace 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 configContext
tldr-pages: common/boxxy
Revisions (0)
No revisions yet.