Hannes Körber

Results 25 comments of Hannes Körber

Very cool idea. If I understand you correctly, this would be an option for the `grm repos sync` command, correct? So, I guess this would be a switch that could...

Hey, that's a good catch. I guess it would be fine for `detect_remote_type()` to be a bit more "forgiving" about the URLs. So anything like `{user}@{domain}:{repo} would be fine for...

This requires automatically built binaries. See also #59. As I am using either `cargo install` or the `PKGBUILD`, I did not get around to building this. If you want, you...

Done. I used [`cargo-dist`](https://opensource.axo.dev/cargo-dist/) to create prebuilt, statically linked binaries. See https://github.com/hakoerber/git-repo-manager/releases/tag/v0.7.21 They can either be downloaded manually, or via `cargo-binstall`: ``` cargo binstall git-repo-manager ```