slip_git 0.1.0

Simple `slip` command (git clone runner to better categorize personal repos and work repos).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Simple `slip` command (git clone runner to better categorize personal repos and work repos).


example config file
```toml
# ~/.slip.toml
default = "Work"

[work]
# root directory to clone for work related projects
root = "/home/cedric05/projects/work"


[personal]
# root directory to clone for personal related projects
root = "/home/cedric05/projects/personal/"
```