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