chore(docs): regenerate manual and man page

This commit is contained in:
Gitea Actions
2026-07-27 02:08:37 +00:00
parent c2506bdf9c
commit 19e5225254
+36 -35
View File
@@ -89,41 +89,42 @@ The configuration is split across:
.IP .IP
.nf .nf
\f[C] \f[C]
config.fish Main entry point; sets env vars and PATH \[ti]/.config/fish/
conf.d/ ├── config.fish Main entry point; sets env vars and PATH
abbr.fish All abbreviations ├── conf.d/
autopair.fish Auto-pair brackets and quotes (bundled from jorgebucaran/autopair.fish) │ ├── abbr.fish All abbreviations
cheat.fish cheat.sh tab completions ├── autopair.fish Auto-pair brackets and quotes (bundled from jorgebucaran/autopair.fish)
done.fish Desktop notifications for long commands ├── cheat.fish cheat.sh tab completions
first_run.fish One-time init: Fisher bootstrap, theme, welcome ├── done.fish Desktop notifications for long commands
key_bindings.fish Custom key bindings and Vi mode │ ├── first_run.fish One-time init: Fisher bootstrap, theme, welcome
logging-events.fish C5 --on-variable event handlers; syncs logging state at startup │ ├── key_bindings.fish Custom key bindings and Vi mode
kitty-watcher-reminder.fish C5 per-session reminder to set up the Kitty watcher ├── logging-events.fish C5 --on-variable event handlers; syncs logging state at startup
paru-wrapper.fish Auto-generates \[ti]/.local/bin/paru logging wrapper ├── kitty-watcher-reminder.fish C5 per-session reminder to set up the Kitty watcher
puffer.fish !! / !$ / ./ expansion (bundled from nickeb96/puffer-fish) │ ├── paru-wrapper.fish Auto-generates \[ti]/.local/bin/paru logging wrapper
tmux-logging.fish C5 starts tmux pipe-pane capture when fish runs inside tmux │ ├── puffer.fish !! / !$ / ./ expansion (bundled from nickeb96/puffer-fish)
zellij-logging.fish C5 fish_exit handler dumping zellij pane scrollback on exit ├── tmux-logging.fish C5 starts tmux pipe-pane capture when fish runs inside tmux
sponge_privacy.fish Sponge privacy patterns; filters credentials from history │ ├── zellij-logging.fish C5 fish_exit handler dumping zellij pane scrollback on exit
starship.fish fish_prompt with OSC 133 shell-integration markers │ ├── sponge_privacy.fish Sponge privacy patterns; filters credentials from history
tailscale.fish Tailscale CLI tab completions ├── starship.fish fish_prompt with OSC 133 shell-integration markers
theme.fish Catppuccin syntax highlight colors ├── tailscale.fish Tailscale CLI tab completions
tricks.fish PATH, bang-bang helpers, bat man pages, aliases ├── theme.fish Catppuccin syntax highlight colors
wakatime.fish WakaTime shell hook ├── tricks.fish PATH, bang-bang helpers, bat man pages, aliases
yay-wrapper.fish Auto-generates \[ti]/.local/bin/yay logging wrapper │ ├── wakatime.fish WakaTime shell hook
zoxide.fish Zoxide z/zi integration; overrides cd ├── yay-wrapper.fish Auto-generates \[ti]/.local/bin/yay logging wrapper
functions/ Custom functions, one per file, autoloaded │ └── zoxide.fish Zoxide z/zi integration; overrides cd
completions/ Tab completion scripts ├── functions/ Custom functions, one per file, autoloaded
integrations/ ├── completions/ Tab completion scripts
fzf.fish FZF Catppuccin theme and key binding config ├── integrations/
scripts/ │ └── fzf.fish FZF Catppuccin theme and key binding config
clean_progress_log.py Strips paru/yay typescript animations to clean static logs ├── scripts/
agents-tools/ AGENTS.md version-bump script and git hooks (wired via core.hooksPath) │ ├── clean_progress_log.py Strips paru/yay typescript animations to clean static logs
docs/ Offline documentation and compiled man page │ └── agents-tools/ AGENTS.md version-bump script and git hooks (wired via core.hooksPath)
fish-config.md Primary source manual (terminal-readable) └── docs/ Offline documentation and compiled man page
fish-config.1 Compiled man page (auto-generated by CI) ├── fish-config.md Primary source manual (terminal-readable)
fish-config.index Section index for help config navigation ├── fish-config.1 Compiled man page (auto-generated by CI)
html/ Chunked HTML docs (auto-generated by CI) ├── fish-config.index Section index for help config navigation
wiki/ Markdown wiki (auto-generated by CI) ├── html/ Chunked HTML docs (auto-generated by CI)
└── wiki/ Markdown wiki (auto-generated by CI)
\f[R] \f[R]
.fi .fi
.PP .PP