Moved priority to the front because some interpreters need it that way

master
Steven Saus 3 years ago
parent c54a86ba21
commit 3845db1ac3
  1. 2
      yad-todo.sh

@ -58,5 +58,5 @@ if [ "$NewPriority" != "" ];then
fi
NewDate=$(echo "$OutString" | awk -F '|' '{print $5}')
TaskString=$(printf "/usr/bin/todo-txt add \"%s %s %s %s %s\"" "$NewTask" "$NewContext" "$NewProject" "$NewPriority" "$NewDate")
TaskString=$(printf "/usr/bin/todo-txt add \"%s %s %s %s %s\"" "$NewPriority" "$NewTask" "$NewContext" "$NewProject" "$NewDate")
eval "${TaskString}"

Loading…
Cancel
Save