|
|
3 năm trước cách đây | |
|---|---|---|
| LICENSES | 3 năm trước cách đây | |
| src | 3 năm trước cách đây | |
| .envrc | 5 năm trước cách đây | |
| .envrc.license | 3 năm trước cách đây | |
| .gitignore | 5 năm trước cách đây | |
| .gitignore.license | 3 năm trước cách đây | |
| .pre-commit-config.yaml | 5 năm trước cách đây | |
| .pre-commit-config.yaml.license | 3 năm trước cách đây | |
| Cargo.lock | 3 năm trước cách đây | |
| Cargo.lock.license | 3 năm trước cách đây | |
| Cargo.toml | 3 năm trước cách đây | |
| README.md | 3 năm trước cách đây | |
| README.md.license | 3 năm trước cách đây | |
| default.nix | 5 năm trước cách đây | |
| default.nix.license | 3 năm trước cách đây | |
| flake.lock | 3 năm trước cách đây | |
| flake.lock.license | 3 năm trước cách đây | |
| flake.nix | 3 năm trước cách đây | |
| flake.nix.license | 3 năm trước cách đây | |
| shell.nix | 5 năm trước cách đây | |
| shell.nix.license | 3 năm trước cách đây |
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.
typeThis subcommand is used to create and manage repository types.
repositoryThis subcommand is used to create and manage repositories.
groupThis subcommand is used to create and manage groups of repositories.
actionThis subcommand is used to create and manage actions.
runThis 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.
completionThe 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.