Skip to main content

For people who like to plan their life, easy to use icalendar-based todo manager. Forked from todoman.

Project description

tdry

This repo was forked from: https://github.com/pimutils/todoman


Changes made by rooyca

1. Shorter Commands

cancel: cc
copy: cp
delete: rm
done: do
edit: ed
flush: fl
list: ls
move: mv
new: nw
show: sh

2. Add more color to the output.

3. The default due date is now never (0).

4. Add percent selector in the edit command.

5. Add LISTS commands:

  • --newlist or -nl to create a new list.
  • --removelist or -rml to delete a list.
  • --lists or -sl to show all lists.

6. Add doing command to focus on a especific task.

  • doing alone shows the current task.
  • doing <task> add the task to the doing list.
  • doing --all or doing -a shows all tasks in the doing list.

7. Add done command to mark as complete the task that is currently being done.

  • done alone marks the current task as complete.
  • done --show or done -s shows all completed tasks.
  • done --clear or done -c clears all completed tasks.

8. Add cancel command to cancel the task that is currently being done.

9. Add pause command to pause the task that is currently being done.

10. Add resume command to resume the task that is currently paused.


Bonus

I have created an alias to make the commands even shorter.

alias t='todo'

TODO

  • Create a Docker image to run the application.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tdry-1.0.2.tar.gz (35.2 kB view hashes)

Uploaded Source

Built Distribution

tdry-1.0.2-py3-none-any.whl (31.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page