Align is a CLI tool for running git operations across a directory of repositories at once with tab completion. Instead of managing each repo individually, you run a single align command and it fans out across every repo in the target directory.
Git must be installed and available on $PATH.
Download the latest release for your platform from the releases page.
Align provides shell completion for bash, zsh, fish, and PowerShell. Generate a completion script with:
align completion --shell <bash|zsh|fish|powershell>
Completion is context-aware — it queries the repos in the target directory at completion time to suggest relevant branch names, tag names, and remote names rather than offering static completions.
The tool will be versioned in accordance with Semver 2.0.0. See the releases section for the latest version. Until version 1.0.0 the tool is considered to be unstable.
See LICENSE.md for more information.