lockbox

password manager
Log | Files | Refs | README | LICENSE

commit 211fc4b5189e13bf02e30feda5e206ed25c5fff3
parent d6f1b4eb8dcd24d06b3478728ac0d89d2ff96ac6
Author: Sean Enck <sean@ttypty.com>
Date:   Sat,  7 Aug 2021 09:20:33 -0400

cmd dirs are now prefixed

Diffstat:
Rcmd/bash/completions.bash -> cmd/lb-bash/completions.bash | 0
Rcmd/bash/main.go -> cmd/lb-bash/main.go | 0
Rcmd/diff/main.go -> cmd/lb-diff/main.go | 0
Rcmd/pwgen/main.go -> cmd/lb-pwgen/main.go | 0
Rcmd/rekey/main.go -> cmd/lb-rekey/main.go | 0
Rcmd/rw/main.go -> cmd/lb-rw/main.go | 0
Rcmd/stats/main.go -> cmd/lb-stats/main.go | 0
Rcmd/totp/main.go -> cmd/lb-totp/main.go | 0
Mconfigure | 1-
9 files changed, 0 insertions(+), 1 deletion(-)

diff --git a/cmd/bash/completions.bash b/cmd/lb-bash/completions.bash diff --git a/cmd/bash/main.go b/cmd/lb-bash/main.go diff --git a/cmd/diff/main.go b/cmd/lb-diff/main.go diff --git a/cmd/pwgen/main.go b/cmd/lb-pwgen/main.go diff --git a/cmd/rekey/main.go b/cmd/lb-rekey/main.go diff --git a/cmd/rw/main.go b/cmd/lb-rw/main.go diff --git a/cmd/stats/main.go b/cmd/lb-stats/main.go diff --git a/cmd/totp/main.go b/cmd/lb-totp/main.go diff --git a/configure b/configure @@ -76,7 +76,6 @@ clean: cnt=0 for binapp in ${binapps[@]}; do app=${APPS[$cnt]} - app=$(echo $app | sed 's/lb-//g') cnt=$((cnt+1)) echo "$binapp: \$(shell find . -type f -name '*.go') go.*" echo " go build -o $binapp \$(FLAGS) cmd/$app/main.go"