Hey,
first of all thanks for porting todo.txt!
I like the concept and plan to write some actions myself but currently I can't get them to run ( I used the master branch).
config script:
# === EDIT FILE LOCATIONS BELOW ===
# Your todo.txt directory
export TODO_DIR="$HOME/.todo"
# Your todo/done/report.txt locations
export TODO_FILE="$TODO_DIR/todo.txt"
export DONE_FILE="$TODO_DIR/done.txt"
export REPORT_FILE="$TODO_DIR/report.txt"
export TMP_FILE="$TODO_DIR/todo.tmp"
export USE_GIT=False # or 1
# You can customize your actions directory location
#export TODO_ACTIONS_DIR="$HOME/.todo.actions.d"
export TODO_ACTIONS_DIR="$TODO_DIR/.todo.actions.d"
I copied the plug-ins from bash todo.txt into $TODO_DIR/.todo.actions.d and made them
executable. But I can't use them and they don't show up if I run todo.py -h same holds true for your mstave.py. As far as I can tell load_actions() is not executed.
Best,
Immanuel
Hey,
first of all thanks for porting todo.txt!
I like the concept and plan to write some actions myself but currently I can't get them to run ( I used the master branch).
config script:
I copied the plug-ins from bash todo.txt into
$TODO_DIR/.todo.actions.dand made themexecutable. But I can't use them and they don't show up if I run
todo.py -hsame holds true for yourmstave.py. As far as I can tellload_actions()is not executed.Best,
Immanuel