Homepage: http://kde-look.org/content/show.php?content=80151 <http://kde-look.org/content/show.php?content=80151> Reason for creation One of my favorite hacks...
Hello all - I have fallen in love with Todo.txt and find it incredibly useful. I have one question request though... I know how to prioritize my tasks. Very...
I want to alias todo.sh to t, and it says on the todotxt.com: Avoid typing todo.sh every time. Add the following to your ~/.bashrc file (~/.bash_profile for...
Any text editor will do the trick From: todotxt@yahoogroups.com [mailto:todotxt@yahoogroups.com] On Behalf Of ed.byford Sent: Wednesday, May 21, 2008 9:08 AM ...
Hello all, I came across todo.txt this afternoon while looking for an extremely lightweight issue/action tracker for the team of three programmers at my...
... Do you know about the -d switch: -d CONFIG_FILE Use a configuration file other than the default ~/.todo With that you could specify a different TODO_DIR...
Hello, Since I'm mostly using a drop-down console (Tilda*), I have limited screen estate for my to-do list. So I sometimes redirect the output rather than...
... The simplest solution is to run todo with the -p option, which suppresses color output. If tilda supports color codes, I'm sure there is a (less simple) ...
... Oh, I must have overlooked that... ... Tilda does support it, but Less doesn't seem to. I'll just create another alias using the -p switch. Thanks!...
Hi all, Can anyone think of a good approach to implement time/date-dependent tasks - that is, a way to suppress certain tasks from list[pri]'s output if the...
... Check out todo-cron.py. Basically you keep the suppressed tasks in a separate text file (recur.txt) with an extra date string. Run todo-cron.py daily,...
... Thanks - but I can't seem to find this anywhere... !? ... That's not exactly what I had in mind; I'd prefer keeping it in the same file, without the need...
Some considerable time ago - longer than I had hoped - I demonstrated an alternate implementation of the todo script, called task, in the form of a YouTube...
... That video makes it look very interesting - I especially like the structured output. Could you quickly summarize the differences between todo.sh and task? ...
... Here goes: - formatted output (tables, wrapping) - many more reports - more ways to list tasks - arbitrary number of tags - "active" tasks - calendar to...
... you, then maybe I should include one. You have .csv output, I notice - I didn't look if there was a similar import function, but I imagine that if there...
... I added a csv export, but because of the many possible formats out there, I never wrote an import. I'll put together something for todo.sh, but it will...
... I ... will ... CSV is simple to export but a b*tch to import correctly, especially when you have arbitrary data in non-English languages. Sometimes numbers...
I've just spent half a day getting this to build in cygwin (was a problem with my system - nothing to do with task). And I'm using it now. The youtube demo...
Richard, Thank you for the kind words! I'm interested in any cygwin difficulties you had. Do you think there is anything I need to change, so that task...
When I first installed this I was able to add task but was not displaying in task ls. I spotted this email and re installed now working beautifully. Feel like...
... Cygwin out of the box doesn't have a C++ compiler nor make, and they have to be manually selected during setup or update - most Cygwin dabblers probably...