Rootiest rootiest
  • USA
  • https://rootiest.com
  • I am a developer and maker who enjoys:

    • 3D Printing
    • Self-Hosting
    • Linux
    • Arch
    • Neovim
    • All the other trendy (nerdy) tech things
  • Joined on 2026-01-12
rootiest pushed to feat/logging-toggle-c5 at rootiest/fish-config 2026-06-11 01:55:02 +00:00
76349ad94b fix(logging): register C5 event handlers in conf.d for reliable startup
rootiest created pull request rootiest/fish-config#39 2026-06-11 01:50:18 +00:00
feat(logging): add C5 — Logging & Capture opinionated guard
rootiest created branch feat/logging-toggle-c5 in rootiest/fish-config 2026-06-11 01:49:56 +00:00
rootiest pushed to feat/logging-toggle-c5 at rootiest/fish-config 2026-06-11 01:49:56 +00:00
eb1b780a80 docs(logging): add C5 logging toggle to Minimal Mode in README
2ce41d0c55 docs(logging): fix 'four' → 'five' category count in fish-config.md prose
e30ccbc633 docs(logging): document C5 logging guard in fish-config.md
7e266cb61a feat(logging): gate paru/yay wrapper generation under C5 guard (Tasks 5-6)
be3dd7494e feat(logging): gate scrollback capture in smart_exit under C5 guard
Compare 8 commits »
rootiest deleted branch opinionated-components-guard from rootiest/fish-config 2026-06-10 15:43:00 +00:00
rootiest merged pull request rootiest/fish-config#38 2026-06-10 15:42:59 +00:00
feat(guards): opinionated components guard (Task #3)
rootiest pushed to main at rootiest/fish-config 2026-06-10 15:42:59 +00:00
6d15701ad4 Merge pull request 'feat(guards): opinionated components guard (Task #3)' (#38) from opinionated-components-guard into main
e30fc7a15c docs(config-vars): cross-reference minimal mode from Section 1 Other
7bd080769e docs(guards): document opinionated component toggles
dc97892a29 feat(guards): add in-function opinionated guards and CachyOS cleanup
ce84db593c feat(guards): add opinionated component guards to config.fish and conf.d
Compare 5 commits »
rootiest created pull request rootiest/fish-config#38 2026-06-10 15:41:41 +00:00
feat(guards): opinionated components guard (Task #3)
rootiest created branch opinionated-components-guard in rootiest/fish-config 2026-06-10 15:41:14 +00:00
rootiest pushed to opinionated-components-guard at rootiest/fish-config 2026-06-10 15:41:14 +00:00
e30fc7a15c docs(config-vars): cross-reference minimal mode from Section 1 Other
7bd080769e docs(guards): document opinionated component toggles
dc97892a29 feat(guards): add in-function opinionated guards and CachyOS cleanup
ce84db593c feat(guards): add opinionated component guards to config.fish and conf.d
Compare 4 commits »
rootiest pushed to main at rootiest/fish-config 2026-06-09 03:18:35 +00:00
cdf850f2e7 fix(config-help): quote +/pattern in MANPAGER to prevent word-splitting on spaces
rootiest pushed to main at rootiest/fish-config 2026-06-09 03:16:48 +00:00
c5d6e35afc fix(config-help): add -- separator before -+ regex pattern in string replace
rootiest pushed to main at rootiest/fish-config 2026-06-09 03:15:19 +00:00
831c7beb4d feat(config-help): add section linking for HTML and man page
rootiest pushed to main at rootiest/fish-config 2026-06-09 03:04:44 +00:00
79f8445e25 docs(help): prefer help config syntax; add NOTES to config-help doc block
rootiest pushed to main at rootiest/fish-config 2026-06-09 02:38:05 +00:00
23e2f43447 docs: add sponge_privacy.fish to conf.d listing in fish-config.md
rootiest pushed to main at rootiest/fish-config 2026-06-09 02:31:33 +00:00
21126012dc Merge pull request 'docs(fisher): clarify bundled vs fisher-managed plugins; add sponge' (#37) from docs/fisher-plugins-bundled into main
13eb93ce12 fix(sponge): escape leading -- in auth-flag pattern; purge stale -- patterns on load
8911146d3f fix(sponge): guard set -q value[1] before string length to handle unset vars
1637dc3122 fix(sponge): use $$var[1] to avoid test arg-count error on array vars
bceff8f4ec feat(sponge): add three-layer privacy filtering for shell history
Compare 8 commits »
rootiest deleted branch docs/fisher-plugins-bundled from rootiest/fish-config 2026-06-09 02:31:33 +00:00
rootiest merged pull request rootiest/fish-config#37 2026-06-09 02:31:32 +00:00
docs(fisher): clarify bundled vs fisher-managed plugins; add sponge
rootiest pushed to docs/fisher-plugins-bundled at rootiest/fish-config 2026-06-09 02:29:23 +00:00
13eb93ce12 fix(sponge): escape leading -- in auth-flag pattern; purge stale -- patterns on load
rootiest pushed to docs/fisher-plugins-bundled at rootiest/fish-config 2026-06-09 02:26:04 +00:00
8911146d3f fix(sponge): guard set -q value[1] before string length to handle unset vars