aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcommands/next_actions2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/next_actions b/commands/next_actions
index 25b4603..797ecd2 100755
--- a/commands/next_actions
+++ b/commands/next_actions
@@ -22,4 +22,4 @@ common_awk '
showWithFile($1)
}
' "${GTD_TXT_DATA[@]}" \
- | grep -F "$(join_by $'\n' "$@")"
+ | grep -F --binary-files=text "$(join_by $'\n' "$@")"