From be2f88eb01902a3212f45ac9c19fcd16bde60b07 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 29 Jun 2025 13:35:58 +0300 Subject: [PATCH] boxxy: add page (#17023) --- pages/common/boxxy.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/boxxy.md diff --git a/pages/common/boxxy.md b/pages/common/boxxy.md new file mode 100644 index 0000000000..10918e4c69 --- /dev/null +++ b/pages/common/boxxy.md @@ -0,0 +1,28 @@ +# boxxy + +> Redirect file locations for programs that don't respect the XDG standards. +> More information: . + +- 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: + +`boxxy -h`