diff --git a/Troubleshooting.md b/Troubleshooting.md new file mode 100644 index 0000000..a262e49 --- /dev/null +++ b/Troubleshooting.md @@ -0,0 +1,9 @@ +*I get "Fatal Error: Cannot read configuration file /Users/myusername/.todo/config" when launching todo.sh* + +Create the ~/.todo/config file manually. Here's some example content: +
export TODO_DIR="$HOME/Dropbox/todo"
+export TODO_FILE="$TODO_DIR/todo.txt"
+export DONE_FILE="$TODO_DIR/done.txt"
+export REPORT_FILE="$TODO_DIR/report.txt"
+export TMP_FILE="/tmp/todo.tmp"
+export TODOTXT_DEFAULT_ACTION=ls
\ No newline at end of file