https://github.com/dantecatalfamo/repo2
Repository management tool
https://github.com/dantecatalfamo/repo2
Last synced: about 2 months ago
JSON representation
Repository management tool
- Host: GitHub
- URL: https://github.com/dantecatalfamo/repo2
- Owner: dantecatalfamo
- Created: 2023-07-17T03:42:39.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T03:09:40.000Z (over 1 year ago)
- Last Synced: 2025-03-05T21:03:36.260Z (about 2 months ago)
- Language: Zig
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# repo2
Repository management toolReplacement for the original `repo` tool I wrote in Raku.
## Build
Currently building using zig master.
`zig build`
## Install
Copy the output binary (`zig-out/bin/repo-zig`) to somewhere in your `$PATH`.
Add the following line to your `.bashrc`
```sh
eval "$(repo-zig shell)"
```## Usage
```
usage: repo [args]Commands:
cd Change to a project directory under ~/src
clone Clone a repository into ~/src according to the site, user, and project
help Display this help information
shell Print shell helper functions for eval
env Print the current default environment values
ls List all repo directories
new Create a new project directory from a template
```