mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
chore: cleanup
This commit is contained in:
parent
508e61a451
commit
7871e943db
3 changed files with 48 additions and 45 deletions
6
rules.md
6
rules.md
|
|
@ -9,9 +9,9 @@ touch src/rules.rs && cargo build
|
|||
|
||||
Runtime rules directories are searched, by the order or priority:
|
||||
|
||||
- `XDG_CONFIG_HOME`
|
||||
- `XDG_CONFIG_DIRS`
|
||||
- `XDG_DATA_DIRS`
|
||||
- `XDG_CONFIG_HOME`, defaults to `$HOME/.config`
|
||||
- `XDG_CONFIG_DIRS`, defaults to `/etc/xdg`
|
||||
- `XDG_DATA_DIRS`, defaults to `/usr/local/share:/usr/share`
|
||||
|
||||
The actual rule file should be placed under `pay-respects/rules/`, for example: `~/.config/pay-respects/rules/cargo.toml`. Note that for runtime rules, the name of the file **MUST** match the command name.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue