#module #productivity #run-time #shell #power-shell

app pay-respects-module-runtime-rules

Runtime rules module for the pay-respects CLI tool

11 releases

new 0.1.10 Apr 22, 2025
0.1.9 Apr 9, 2025
0.1.7 Jan 26, 2025
0.1.4 Dec 17, 2024

#14 in #power-shell

Download history 69/week @ 2024-12-31 181/week @ 2025-01-07 3/week @ 2025-01-14 84/week @ 2025-01-21 26/week @ 2025-01-28 12/week @ 2025-02-04 1/week @ 2025-02-11 28/week @ 2025-02-18 1/week @ 2025-02-25 1/week @ 2025-03-04 102/week @ 2025-04-01 181/week @ 2025-04-08 15/week @ 2025-04-15

298 downloads per month

AGPL-3.0-or-later

28KB
750 lines

Runtime Rules Module

Module for pay-respects which allows you to parse 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.

Dependencies

~1.3–1.9MB
~37K SLoC