pay-respects/module-runtime-rules
2025-06-11 12:48:24 +02:00
..
src feat: config file 2025-06-11 12:48:24 +02:00
Cargo.toml v0.7.6 2025-04-22 16:23:26 +02:00
README.md docs: cleanup 2025-04-22 15:38:24 +02:00

Runtime Rules Module

Module for pay-respects which allows you to add rules at runtime.

Syntax is currently 100% compatible with upstream's compile-time rules.

Rules are searched in these directories:

  • 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. To avoid parsing unnecessary rules, the name of the file MUST match the command name.

An exception is _PR_GENERAL.toml that is always parsed.