todotxt-addons/et

7 lines
161 B
Plaintext
Raw Normal View History

2015-06-15 15:13:05 -04:00
#!/bin/bash
[ "$1" = "usage" ] && echo " et" && echo " Edit the todo.txt file with emacsclient -t" && exit 0
shift
emacsclient -t "$TODO_DIR/todo.txt"