summaryrefslogtreecommitdiff
path: root/bin/extra/curszip
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-04-16 10:04:31 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-04-16 10:05:26 +0200
commit197a1a74f468d9d69d624b19f90280a3946455e5 (patch)
tree2f896d32076238fb0affce00fb76ba84de11d43a /bin/extra/curszip
parentf9614db5736fdbc9fcf4795d63f3906e8a08ae4d (diff)
update
Diffstat (limited to 'bin/extra/curszip')
-rwxr-xr-xbin/extra/curszip2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/extra/curszip b/bin/extra/curszip
index 22453ae..64abdb6 100755
--- a/bin/extra/curszip
+++ b/bin/extra/curszip
@@ -2,7 +2,7 @@
list1() { find "$1" -mindepth 1 -maxdepth 1 -type "${2:-d}" -printf '%f\n'; }
-curs="$(list1 ~/docs/school/Vakken | fzf)"
+curs="$(list1 ~/docs/school/Vakken | commander -c)"
[ "$curs" ] || exit 1
zip="$(list1 ~/dl f | fzf -f "$curs" | grep '\.zip$')"
>&2 printf "curs: %s\n" "$curs"