diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-04-16 10:04:31 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-04-16 10:05:26 +0200 |
commit | 197a1a74f468d9d69d624b19f90280a3946455e5 (patch) | |
tree | 2f896d32076238fb0affce00fb76ba84de11d43a /bin/extra | |
parent | f9614db5736fdbc9fcf4795d63f3906e8a08ae4d (diff) |
update
Diffstat (limited to 'bin/extra')
-rwxr-xr-x | bin/extra/curszip | 2 |
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" |