aboutsummaryrefslogtreecommitdiffstats
path: root/todo.go
diff options
context:
space:
mode:
Diffstat (limited to 'todo.go')
-rw-r--r--todo.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/todo.go b/todo.go
index f41410d..d091cd3 100644
--- a/todo.go
+++ b/todo.go
@@ -140,8 +140,10 @@ func routeInput(command string, input string) {
app.UnarchiveTodo(input)
case "ac":
app.ArchiveCompleted()
- case "e", "edit":
+ case "e", "edit", "ed", "edit-date":
app.EditTodoDue(input)
+ case "es", "edit-subject":
+ app.EditTodoSubject(input)
case "ex", "expand":
app.ExpandTodo(input)
case "gc":