feat(shell): replace pager with ov, add logs browser, and auto-generate paru wrapper

- Set $PAGER to ov in config.fish (falls back to less); remove LESS=-R
- Rewrite less wrapper with full hierarchy: $PAGER → ov → less → more → cat
- Simplify view.fish fallback to delegate to the less wrapper
- Add logs function: fzf browser for scrollback and paru logs, opens in $PAGER
- Add claude wrapper: auto-injects --remote-control unless already present
- Add conf.d/paru-wrapper.fish: generates ~/.local/bin/paru on first run,
  versioned so future template changes auto-propagate on next shell start
- Sync README.md and requirements.md to document all of the above
This commit is contained in:
2026-05-31 20:39:52 -04:00
parent 0298e5a483
commit f97272d0ec
9 changed files with 202 additions and 12 deletions
+6 -1
View File
@@ -51,7 +51,12 @@ set -gx CODEIUM_HOME "$XDG_CONFIG_HOME/codeium"
set -gx WORDLIST "$XDG_CONFIG_HOME/hunspell_en_US"
# ───────────────────── Misc Configuration variables ─────────────────────
set -gx LESS -R # Ensures colors render correctly in less pager
# ─────────────────────────── Pager variables ────────────────────────────
if type -q ov
set -gx PAGER ov
else if type -q less
set -gx PAGER less
end
# ─────────────────────────── Editor variables ───────────────────────────
# Set Editor variables with fallback to vi if nvim isn't available. This ensures that