Samuel W. Flint d953060471 Update version and include listing of groups | 2 years ago | |
---|---|---|
LICENSES | 2 years ago | |
src | 2 years ago | |
.envrc | 4 years ago | |
.envrc.license | 2 years ago | |
.gitignore | 4 years ago | |
.gitignore.license | 2 years ago | |
.pre-commit-config.yaml | 4 years ago | |
.pre-commit-config.yaml.license | 2 years ago | |
Cargo.lock | 2 years ago | |
Cargo.lock.license | 2 years ago | |
Cargo.toml | 2 years ago | |
README.md | 2 years ago | |
README.md.license | 2 years ago | |
default.nix | 4 years ago | |
default.nix.license | 2 years ago | |
flake.lock | 2 years ago | |
flake.lock.license | 2 years ago | |
flake.nix | 2 years ago | |
flake.nix.license | 2 years ago | |
shell.nix | 4 years ago | |
shell.nix.license | 2 years ago |
sync-it
is a command-line tool written in Rust to help easily synchronize repositories. It allows grouping of repositories, definition of different kinds of repository, and definition of pre-/post-group actions.
type
This subcommand is used to create and manage repository types.
repository
This subcommand is used to create and manage repositories.
group
This subcommand is used to create and manage groups of repositories.
action
This subcommand is used to create and manage actions.
run
This subcommand runs a defined command or synchronization procedure for a repository, group, or some combination. The -c
argument may be used to specify a defined command instead of the default "synchronization" sequence. The all
"group" will run all repositories.
completion
The subcommand sync-it completion
takes a single argument, the name of a shell (bash
, elvish
, fish
, powershell
, and zsh
are currently supported by clap_completion
, and outputs a completion definition file to STDOUT.