809 B
809 B
autotypist
This can be used to maintain git repositories
- Scans directories looking for git repositories
- The default behavior is to use 3 branches. 'master or main', 'devel', ''
- shows tags and dirty state
- uses a GUI or the console(console display needs work)
- always wrap around 'git' -- it basically just types 'git' commands really fast
Notes & Goals:
- use a GUI that also works on the command line
- andlabs GTK gui plugin starts breaking around 200 repos
Build / install:
- go build go.wit.com/apps/autotypist@latest
- go install go.wit.com/apps/autotypist@latest
Debian packages:
- echo deb http://mirrors.wit.com/wit/ sid main > /etc/apt/sources.list.d/wit.list
- apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4A854AEAF7E0E16D
- apt update
- apt install autotypist