summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/ask.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/ask.fish b/assets/ask.fish
index 6c5f904..68fcf9f 100644
--- a/assets/ask.fish
+++ b/assets/ask.fish
@@ -92,7 +92,7 @@ function __ask_in_dep_uuid_context
end
function __ask_task_uuids
- command ask all --json 2>/dev/null | string match -r -a -g '"uuid":"([^"]+)"'
+ command ask all --json 2>/dev/null | jq -r '.[] | select(.status != "completed" and .status != "deleted") | .uuid' 2>/dev/null
end
complete -c ask -f