add a readme

This commit is contained in:
Jeff Carr 2024-11-07 02:15:49 -06:00
parent bdf3cb26d4
commit 36a45c7891
1 changed files with 14 additions and 0 deletions

14
README Normal file
View File

@ -0,0 +1,14 @@
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', '<username>'
* 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