Command line application for maintaining lists of tasks.
DevTodo is small command line application for maintaining lists of tasks. It stores tasks hierarchically, with each task given one of five priority levels. Data is stored as XML, so various XSLT templates can be executed on the XML to convert it into different formats e.g. HTML.
DevTodo is small command line application for maintaining lists of tasks. It stores tasks hierarchically, with each task given one of five priority levels. Data is stored as XML, so various XSLT templates can be executed on the XML to convert it into different formats e.g. HTML.
To install devtodo, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install devtodo
To see what files were installed by devtodo, run:
port contents devtodo
To later upgrade devtodo, run:
sudo port selfupdate && sudo port upgrade devtodo
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.