mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-02 02:35:24 +02:00
boxxy: add page (#17023)
This commit is contained in:
parent
ed56b7d33c
commit
be2f88eb01
1 changed files with 28 additions and 0 deletions
28
pages/common/boxxy.md
Normal file
28
pages/common/boxxy.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# 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 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`
|
Loading…
Add table
Reference in a new issue