summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2025-04-15 16:09:54 +0200
committerMarc Vertes <mvertes@free.fr>2025-04-15 16:09:54 +0200
commit197f065a22a712d20d91862cbfb6ef4615774b4d (patch)
tree67610d37acd767024a6ee6454d9014f54ea5c1b7 /bin
parent5ec6897410333a16f3ecc3f572b6d7dc490168d9 (diff)
update
Diffstat (limited to 'bin')
-rwxr-xr-xbin/cle2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cle b/bin/cle
index b0dccbc..af18e89 100755
--- a/bin/cle
+++ b/bin/cle
@@ -18,7 +18,7 @@ edit() {
gen() { LC_ALL=C tr -dc 'A-Za-z0-9!?%=' < /dev/urandom | head -c 10; }
-list() { cd ~/.cle && find -- * -type f; }
+list() { cd ~/.cle && find -- * -name .git -prune -o -type f -print; }
print() { [ -f ~/.cle/"$1" ] && crypt -d < ~/.cle/"$1"; }