cmd-zet icon indicating copy to clipboard operation
cmd-zet copied to clipboard

Add prompt if `zet.public` not found

Open oglinuk opened this issue 3 years ago • 0 comments

Added a check using the -d bash conditional expression in the _initialize() function. If ${CONF[zet.public]} does not exist, then tell user to create the directory, or change the value of zet.public. Unsure if the _initialize() function is the correct place for the check, and also unsure if wanting user to manually create directory or have zet do it. Keen to hear your thoughts @rwxrob. This resolves issue #39.

oglinuk avatar Dec 19 '21 16:12 oglinuk