auto-pull
auto-pull [list] auto-pull add [PATH] auto-pull remove <NAME|PATH> auto-pull statusManages the registry of repositories that are background fast-forwarded
when you enter them (see “Auto-pull fast-forward” under the C2 component
reference). The fish-config repo is always covered as a baseline. The
registry is machine-local at $__fish_user_dots_path/auto-pull.list (defaults
to ~/.config/.user-dots/fish/auto-pull.list), one absolute path per line,
and is never committed. Registry management works
even when C2 auto-execution is disabled; only the background sync is gated.
list Show registered repos (default) add [PATH] Register PATH's git root (default: current repo) remove <NAME|PATH> Unregister by basename or exact path status Show enabled/disabled state, repo count, list pathcd ~/src/qmk_firmware; and auto-pull addauto-pull add ~/work/apiauto-pull listauto-pull remove qmk_firmware