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 created branch feat/help-config-integration in rootiest/fish-config 2026-06-07 02:31:34 +00:00
rootiest pushed to main at rootiest/fish-config 2026-06-06 08:38:02 +00:00
4117b0ddb6 feat(tricks): auto-create fish-config.1 symlink on shell start
rootiest pushed to main at rootiest/fish-config 2026-06-06 08:35:24 +00:00
7359c12e79 docs: document man fish-config and fish_config naming distinction
rootiest pushed to main at rootiest/fish-config 2026-06-06 08:31:50 +00:00
c9a5577c11 feat(manpath): expose user-local man pages for man fish-config
rootiest pushed to main at rootiest/fish-config 2026-06-06 08:27:05 +00:00
329dae0f08 docs(readme): add docs/ directory to Structure section
rootiest pushed to main at rootiest/fish-config 2026-06-06 08:24:37 +00:00
103f99b9f7 Merge pull request 'feat(docs): offline documentation, config_help viewer, and CI pipelines' (#32) from feat/offline-documentation into main
ba92267a80 feat(config_help): colorize --help output
cb4d74423a feat(config_help): add --help flag and persistent nav hint header
368b714a98 fix(config_help): reliable section lookup and jump via index + tail-slice
02c27c6907 feat(docs): add offline documentation, config_help viewer, and CI pipelines
Compare 5 commits »
rootiest deleted branch feat/offline-documentation from rootiest/fish-config 2026-06-06 08:24:37 +00:00
rootiest merged pull request rootiest/fish-config#32 2026-06-06 08:24:35 +00:00
feat(docs): offline documentation, config_help viewer, and CI pipelines
rootiest pushed to feat/offline-documentation at rootiest/fish-config 2026-06-06 08:24:06 +00:00
ba92267a80 feat(config_help): colorize --help output
rootiest pushed to feat/offline-documentation at rootiest/fish-config 2026-06-06 08:18:13 +00:00
a4e0c04de4 feat(config_help): colorize --help output
rootiest pushed to feat/offline-documentation at rootiest/fish-config 2026-06-06 08:16:17 +00:00
cb4d74423a feat(config_help): add --help flag and persistent nav hint header
rootiest pushed to feat/offline-documentation at rootiest/fish-config 2026-06-06 08:09:24 +00:00
368b714a98 fix(config_help): reliable section lookup and jump via index + tail-slice
rootiest pushed to feat/offline-documentation at rootiest/fish-config 2026-06-06 08:06:50 +00:00
d21d685090 fix(config_help): slice file from start_line instead of using --pattern
rootiest pushed to main at rootiest/qmk-host 2026-06-06 08:05:57 +00:00
ac1a061b11 feat: add CMD_BATTERY host-side handling for keyboard battery level
d4a820f41c chore: implement rust-specific ignore list
4e33e67e96 fix(volume): log initial volume level at INFO on startup
bd4facf1c4 feat: implement active-app monitor via KWin scripting and D-Bus
4b3b0095a0 feat: add --no-volume, --no-brightness, --no-active-app disable flags
rootiest created branch main in rootiest/qmk-host 2026-06-06 08:05:55 +00:00
rootiest created repository rootiest/qmk-host 2026-06-06 08:05:46 +00:00
rootiest pushed to feat/offline-documentation at rootiest/fish-config 2026-06-06 07:50:43 +00:00
2af129f081 fix(config_help): index-based section lookup with normalized fallback
rootiest pushed to feat/offline-documentation at rootiest/fish-config 2026-06-06 07:40:48 +00:00
12d83112ea fix(config_help): use string split -m 1 to extract line number and text
rootiest pushed to feat/offline-documentation at rootiest/fish-config 2026-06-06 07:39:59 +00:00
63fc4bb6be fix(config_help): normalize keyword and heading before matching
rootiest pushed to feat/offline-documentation at rootiest/fish-config 2026-06-06 07:35:39 +00:00
41e801eab1 fix(config_help): jump to section heading via psub + --jump-target