From 3388a2dc2c0560278a01e14abe53dc30bfecaee3 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 26 Jan 2024 14:21:05 -0600 Subject: disable already downloaded repos Signed-off-by: Jeff Carr --- structs.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 55493cf..3c6acf3 100644 --- a/structs.go +++ b/structs.go @@ -55,6 +55,12 @@ type autoType struct { // The current working directory autoWorkingPwd *gadgets.OneLiner + // what is being used as your home dir + userHomePwd *gadgets.OneLiner + + // what is being used as ~/go/src + goSrcPwd *gadgets.OneLiner + downloadEverythingButton *gui.Node // delete ~/go/src & ~/go/pkg buttons -- cgit v1.2.3