diff --git a/local/bin/abduco b/local/bin/abduco index 0b3cecf..a7cdd9d 100755 --- a/local/bin/abduco +++ b/local/bin/abduco @@ -1,7 +1,7 @@ #!/bin/bash result="$(case "$1" in - list) abduco | tail -n +2 | grep -v '^\*' | cut -f3 | dmenu ;; + list) find ~/.abduco -not -executable -type s -exec basename \{\} \; | cut -d@ -f1 | dmenu ;; run|watch) dmenu_path | dmenu ;; *) echo "other" ;; esac)"