mjdescy / TodoTxtMac

TodoTxtMac is a minimalist, keyboard-driven to-do manager for Mac OS X (10.8 Mountain Lion and higher) that conforms to the todo.txt format spec.
Other
240 stars 40 forks source link

Arg to specify done file at launch #141

Open gingerbeardman opened 11 months ago

gingerbeardman commented 11 months ago

I have one todo.txt and done.txt per project.

It would be nice to be able to launch TodoTxtMac with per-project settings.

$ open /Applications/TodoTxtMac.app --args -todo-file ~/Documents/todo.txt -done-file ~/Documents/done.txt
gingerbeardman commented 11 months ago

Done in PR #143