From 36a45c789100c7e1bc02dbca0cffd242aab23a87 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 7 Nov 2024 02:15:49 -0600 Subject: [PATCH] add a readme --- README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..96418f1 --- /dev/null +++ b/README @@ -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', '' +* 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