todo list application using the todo.txt format. It is heavily inspired by the todo.txt CLI by Gina Trapani and incorporates extensions allowing to: set due and start dates, custom sorting, dealing with tags, maintain dependencies between todo items, allow todos to recur, some conveniences when adding new items (e.g. adding creation date and use relative dates).
todo list application using the todo.txt format. It is heavily inspired by the todo.txt CLI by Gina Trapani and incorporates extensions allowing to: set due and start dates, custom sorting, dealing with tags, maintain dependencies between todo items, allow todos to recur, some conveniences when adding new items (e.g. adding creation date and use relative dates).
To install topydo, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install topydo
To see what files were installed by topydo, run:
port contents topydo
To later upgrade topydo, run:
sudo port selfupdate && sudo port upgrade topydo
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.