![Build Status] ![Latest Version]

A simple, opinionated, tool, written in Rust, for declaratively managing Git repos on your machine.

"simple" - limited in what it supports. For example, won't support running commands against repos. "opinionated" - similar to Go and the old $GOPATH is how repos are stored.

Installation

Via cargo

cargo install gitrs

Via nixpkgs

TODO

Usage

Environment variables

Global arguments

Subcommands

Logging

gitrs uses standard leveled logs, so RUST_LOG=<debug,info,warn,error>; gitrs ... reports the requested logs.

$GITRS_ROOT/.gitrs.yaml config file

yaml metadata: version: v1beta root: /home/user/src last_sync: <timestamp> repos: - name: github.com/mccurdyc/gitrs pin: <true|default:false> sha: <sha>

Design goals

TODO

Adoption

```bash mv src/ src.bak/

for d in ~/src.bak/github.com/org/; do gitrs add $(echo ${d##src.bak/}) done

gitrs sync ```

Inspiration

See similar projects.

LICENSE

See LICENSE.md.