diff options
| author | Jeff Carr <[email protected]> | 2025-03-02 03:03:29 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-02 03:03:29 -0600 |
| commit | d953ae8db666cf4f88d330b17f85af77ba03f8b9 (patch) | |
| tree | a211b9ba66469176cd911f2096eb4c5f021f3865 /structs.go | |
| parent | 948c47b7ff5939d53636e28270fab49087ce184d (diff) | |
add a 'forge mode' concept
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -53,11 +53,9 @@ type mainType struct { // if checked, it will check all your repos for changes autoScanReposCB *gui.Node - // what is being used as primary directory for your work - goSrcPwd *gadgets.OneLiner - - // ENV GIT_AUTHOR NAME and EMAIL - gitAuthor *gadgets.OneLiner + goSrcPwd *gadgets.OneLiner // what is being used as primary directory for your work + gitAuthor *gadgets.OneLiner // ENV GIT_AUTHOR NAME and EMAIL + forgeMode *gadgets.OneLiner // is the user in 'master', 'devel' or 'user' branches // displays a summary of all the repos // has total dirty, total read-only |
