Go to file
Jeff Carr e4a8fa53a7 rm old code 2024-12-03 17:59:30 -06:00
resources update repolist 2024-02-10 18:21:16 -06:00
.gitignore purge dump comments 2024-02-11 23:16:31 -06:00
LICENSE release management 2024-01-30 16:09:58 -06:00
Makefile used forge to pull down ever repo 2024-12-03 01:56:31 -06:00
README.md try to debian package 2024-11-07 03:40:56 -06:00
argv.go continued move to protobuf 2024-12-03 00:32:29 -06:00
checkout.go minor 2024-12-03 15:16:28 -06:00
docs.go more display fixes 2024-11-13 12:08:58 -06:00
globalBuildOptions.go continued move to protobuf 2024-12-03 00:32:29 -06:00
globalDisplayOptions.go used forge to pull down ever repo 2024-12-03 01:56:31 -06:00
globalResetOptions.go rm old code 2024-12-03 17:59:30 -06:00
hideFunction.go fix the ENV handling 2024-02-26 11:08:28 -06:00
http.go rm old code 2024-12-03 17:59:30 -06:00
main.go continued move to protobuf 2024-12-03 00:32:29 -06:00
rebuildAutotypist.go skip git checkout when IsReadOnly(repo) 2024-11-25 02:46:07 -06:00
repoview.go might work? 2024-11-29 22:38:02 -06:00
simpleRelease.go FindByName() 2024-11-22 21:04:56 -06:00
structs.go compiles and runs, gui is borked 2024-11-29 22:22:16 -06:00
tagWindow.go rm old code 2024-12-03 17:59:30 -06:00

README.md

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