rkit 0.1.6

Rust CLI Toolkit for Git Repo Management
1
2
3
4
5
6
7
8
9
10
project_root: ~/projects
rview:
  - command: basename {REPO}
    label: Repo
  - command: git -C {REPO} -c color.ui=always rev-parse --abbrev-ref HEAD
    label: Active Branch
  - command: git -C {REPO} -c color.ui=always status
    label: Status
  - command: cat {REPO}/README.md
    label: README