summaryrefslogtreecommitdiff
path: root/misc/todoman
AgeCommit message (Collapse)AuthorFilesLines
2017-02-05PLIST update for todoman-2.0.2wiz1-4/+2
2017-02-05Updated todoman to 2.0.2.wiz2-9/+10
v2.0.2 ------ * Fix a crash after editing or completing a todo. v2.0.1 ------ * Fix a packaging error. v2.0.0 ------ New features ~~~~~~~~~~~~ * New flag ``--porcelain`` for programmatic integrations to use. See the ``integrations`` section :doc:`here </usage>` for details. * Implement a new :doc:`configuration option </configure>`: ``default_due``. * The configuration file is now pre-emptively validated. Users will be warned of any inconsistencies. * The ``list`` command has a new ``--due`` flag to filter tasks due soon. * Todo ids are now persisted in a cache. They can be manually purged using ``flush``. Packaging changes ~~~~~~~~~~~~~~~~~ * New runtime dependency: configobj * New runtime dependency: python-dateutil * New test dependency: flake8-import-order.
2017-01-16Updated todoman to 1.8.0.wiz2-7/+7
Changes not found. Git commit list at https://github.com/pimutils/todoman/commits/master
2016-11-07Updated todoman to 1.7.0.wiz3-8/+11
No changelog found. github changes: Merge pull request #52 from untitaker/generic-todo-prop-params Merge pull request #51 from nim65s/master Remove ansi dependency (#53) Share parameters between new and edit Add a move command Fix editor support (#47) Add a copy command (#50) Merge pull request #46 from untitaker/no-delete-button Replace cancel button with hint to hit ctrl-c Remove delete button from editor Exclude buggy setuptools-scm version Show error messages in UI (#43) delete cmd: Show tasks that will be deleted (#44) Fix tests done cmd: Show done tasks (#45) Don't strip time from datetime objects (#41) Add `default_list` in config for new todos (#40) Add shortcut to edit textfield in editor (#39) Merge pull request #6 from pimutils/widget-improvements Add basic editing shortcuts to text widgets Merge pull request #38 from untitaker/coc Add CoC Merge pull request #37 from untitaker/glob-clarify Clarify what path is supposed to match Don't require setuptool_scm at runtime Fix inconsistent minimum todo ID Merge pull request #30 from untitaker/color-option Implement color option Fix typo
2016-08-02Update some comments.wiz1-4/+2
2016-08-02Import todoman-1.6.3 as misc/todoman.wiz4-0/+75
Todoman is a simple, standards-based, CLI todo (aka: task) manager. Todos are stored into icalendar files, which means you can sync them via CalDAV using, for example, vdirsyncer.