Options (2)
-t, --tracebooleanTrace what files a program touches and save a report in `boxxy-report.txt` in the current directory
Example:
boxxy {{[-t|--trace]}} {{program}}-r, --rulebooleanPass 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 programScan 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] programPass a redirection rule directly on the terminal
boxxy [-r|--rule] path/to/file_or_directory:path/to/redirection:file|directory programView the config file
boxxy configDisplay help
boxxy -hmade by @shridhargupta | data from tldr-pages