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 main at rootiest/fish-config 2026-06-11 07:19:56 +00:00
97f783e9a8 Merge pull request 'feat(config-toggle): add interactive TUI for toggling opinionated component settings' (#43) from feat/config-toggle into main
764a9d35e5 feat(config-toggle): right-align ON badge to mirror value direction
cfd4749e72 feat(config-toggle): drop Space, add vim h/l for value changes
bddb068ec0 feat(config-toggle): add Left/Right arrows for directional value changes
608b0227cb fix(config-toggle): read keys via raw tty, fixing arrows/Tab/redraw/prompt
Compare 17 commits »
rootiest merged pull request rootiest/fish-config#43 2026-06-11 07:19:55 +00:00
feat(config-toggle): add interactive TUI for toggling opinionated component settings
rootiest pushed to feat/config-toggle at rootiest/fish-config 2026-06-11 07:16:37 +00:00
764a9d35e5 feat(config-toggle): right-align ON badge to mirror value direction
rootiest pushed to feat/config-toggle at rootiest/fish-config 2026-06-11 07:10:55 +00:00
cfd4749e72 feat(config-toggle): drop Space, add vim h/l for value changes
rootiest pushed to feat/config-toggle at rootiest/fish-config 2026-06-11 07:07:24 +00:00
bddb068ec0 feat(config-toggle): add Left/Right arrows for directional value changes
rootiest pushed to feat/config-toggle at rootiest/fish-config 2026-06-11 07:03:39 +00:00
608b0227cb fix(config-toggle): read keys via raw tty, fixing arrows/Tab/redraw/prompt
rootiest pushed to feat/config-toggle at rootiest/fish-config 2026-06-11 06:56:21 +00:00
5a018fe975 fix(config-toggle): use valid -n read flag, stopping the busy redraw loop
rootiest pushed to feat/config-toggle at rootiest/fish-config 2026-06-11 06:51:08 +00:00
cc14f7fb3d fix(config-toggle): replace read -k 3 with read -k 1 + ESC sequence detection
rootiest created pull request rootiest/fish-config#43 2026-06-11 05:40:43 +00:00
feat(config-toggle): add interactive TUI for toggling opinionated component settings
rootiest created branch feat/config-toggle in rootiest/fish-config 2026-06-11 05:36:10 +00:00
rootiest pushed to feat/config-toggle at rootiest/fish-config 2026-06-11 05:36:10 +00:00
bff084db07 fix(config-toggle): exit on Ctrl-C via flag variable, add README tip
f75d64bf9c docs(config-toggle): add config-toggle entry to offline docs and index
43fd36f5ea feat(config-toggle): add Space cycling with immediate apply
9a820fc3e6 fix(config-toggle): use read -k 3 for ESC sequences, clear INT trap on exit
d20f7f8d7b feat(config-toggle): add event loop with navigation and scope switching
Compare 10 commits »
rootiest merged pull request rootiest/fish-config#42 2026-06-11 03:37:27 +00:00
docs(catalog): migrate opinionated component catalog into fish-config.md
rootiest pushed to main at rootiest/fish-config 2026-06-11 03:37:27 +00:00
fc17c9fd61 Merge pull request 'docs(catalog): migrate opinionated component catalog into fish-config.md' (#42) from docs/migrate-opinionated-catalog into main
780bda7ab7 docs(catalog): migrate opinionated component catalog into fish-config.md
Compare 2 commits »
rootiest deleted branch docs/migrate-opinionated-catalog from rootiest/fish-config 2026-06-11 03:37:27 +00:00
rootiest created pull request rootiest/fish-config#42 2026-06-11 03:36:46 +00:00
docs(catalog): migrate opinionated component catalog into fish-config.md
rootiest created branch docs/migrate-opinionated-catalog in rootiest/fish-config 2026-06-11 03:36:30 +00:00
rootiest pushed to docs/migrate-opinionated-catalog at rootiest/fish-config 2026-06-11 03:36:30 +00:00
780bda7ab7 docs(catalog): migrate opinionated component catalog into fish-config.md
rootiest deleted branch feat/per-category-master-override from rootiest/fish-config 2026-06-11 03:09:53 +00:00
rootiest merged pull request rootiest/fish-config#41 2026-06-11 03:09:52 +00:00
feat(guards): per-category variable overrides master in __fish_config_op_enabled
rootiest pushed to main at rootiest/fish-config 2026-06-11 03:09:52 +00:00
4bef8f9c91 Merge pull request 'feat(guards): per-category variable overrides master in __fish_config_op_enabled' (#41) from feat/per-category-master-override into main
e776e7fba6 docs(guards): document per-category master override in fish-config.md
a170d82086 docs(guards): document per-category master override in README Minimal Mode
c04c1a4bc2 docs(guards): fold no-arg edge case into RETURNS status-1 line
4c989a45c1 refactor(guards): remove what-comments; document no-arg edge case in RETURNS
Compare 6 commits »