mirror of
https://github.com/Clortox/stackToDo.git
synced 2026-03-31 05:17:58 +00:00
No longer specify push to push tasks to stack
This commit is contained in:
3
todo
3
todo
@@ -21,5 +21,6 @@ case $cmd in
|
|||||||
"push") td_push "$(echo $result | cut -d ' ' -f 2-)";;
|
"push") td_push "$(echo $result | cut -d ' ' -f 2-)";;
|
||||||
"pop") td_pop ;;
|
"pop") td_pop ;;
|
||||||
"peek") td_peek ;;
|
"peek") td_peek ;;
|
||||||
*) notify-send "stackToDo" "Invalid command" ;;
|
#assume meant to push
|
||||||
|
*) td_push "$result" ;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user