rkit 0.1.7

Rust CLI Toolkit for Git Repo Management
Documentation
1
2
3
4
5
6
7
8
9
10
project_root: %USERPROFILE%\projects
rview:
  - command: powershell -Command "Split-Path -Leaf {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: type {REPO}\README.md
    label: README