topydo
topydo copied to clipboard
A powerful todo list application for the console, using the todo.txt format.
``` % topydo foobar % echo $? 0 ``` no error message, not even a nonzero status code, it's easy to mistake `topydo add foobar` for `topydo foobar`, or `topydo...
Redo
A way to "redo" would be great. Honestly without it the "undo" (revert) feature it's pretty dangerous and in my experience has caused more harm than good..
Hello! In approximately 30% of the times I press a column shortcut int de column UI a trace log appears and the terminal command prompt appears (i.e. topydo column UI...
Hello, Currently tasks must match all elements in a filter expression (separated by spaces): As described [here](https://www.topydo.org/#FilterExpressions): > A filter expression consists of several terms separated by whitespace. > A...
Not a bug, but a feature request. On `prompt` mode, it's easy for me to get lost between each typed command and its results. And since, unlike bash or cmd,...
## Feature description This is an adaptation of the concept implemented in [todotxt-tmsa](https://github.com/mivok/todotxt-tmsa). Essentially it is based on having one todo file per day to keep you focused. With additional...
I installed pip and ran the commands to install topydo, but typing topydo in the terminal results in a command not found error.
Is it possible to customise the column format, similar to the [ls format](https://cdn.rawgit.com/bram85/topydo/master/docs/index.html#FormatStrings)? The `ls` settings don't appear to work for the columns, although they should ideally be separate anyway....
It would be nice to have a help command in column mode showing the key shortcuts. Something like when you press `h` in `less` would be great. I suggest using...
A few clients (e.g. QTodoTxt1, Simpletask on Android) can be configured to leave the priority after "do"-ing a task. Is there a way to do this with topydo? Currently the...