Không có mô tả

Samuel W. Flint d953060471 Update version and include listing of groups 1 năm trước cách đây
LICENSES b01b034679 Start writing a readme 1 năm trước cách đây
src bff0a228a1 Update version and include listing of groups 1 năm trước cách đây
.envrc c3d943d61d Add initial contents 3 năm trước cách đây
.envrc.license 4c930370a9 Add License information 1 năm trước cách đây
.gitignore fd90eb37b5 Add in pre-commit configuration 3 năm trước cách đây
.gitignore.license 4c930370a9 Add License information 1 năm trước cách đây
.pre-commit-config.yaml fd90eb37b5 Add in pre-commit configuration 3 năm trước cách đây
.pre-commit-config.yaml.license 4c930370a9 Add License information 1 năm trước cách đây
Cargo.lock bff0a228a1 Update version and include listing of groups 1 năm trước cách đây
Cargo.lock.license 4c930370a9 Add License information 1 năm trước cách đây
Cargo.toml bff0a228a1 Update version and include listing of groups 1 năm trước cách đây
README.md b01b034679 Start writing a readme 1 năm trước cách đây
README.md.license b01b034679 Start writing a readme 1 năm trước cách đây
default.nix c3d943d61d Add initial contents 3 năm trước cách đây
default.nix.license 4c930370a9 Add License information 1 năm trước cách đây
flake.lock ce145aaaa4 Update environment 1 năm trước cách đây
flake.lock.license 4c930370a9 Add License information 1 năm trước cách đây
flake.nix bff0a228a1 Update version and include listing of groups 1 năm trước cách đây
flake.nix.license 4c930370a9 Add License information 1 năm trước cách đây
shell.nix c3d943d61d Add initial contents 3 năm trước cách đây
shell.nix.license 4c930370a9 Add License information 1 năm trước cách đây

README.md

REUSE status

sync-it

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.

Usage

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.