Things Cli Versions Save

A simple Python 3 CLI to read your Things app data.

v0.2.1

1 year ago
  • specify dependency to things >= 0.0.15
  • specify dependency to argcomplete >= 3.0.0
  • update test database

Full Changelog: https://github.com/thingsapi/things-cli/compare/v0.2.0...v0.2.1

v0.2.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/thingsapi/things-cli/compare/v0.1.4...v0.2.0

v0.1.4

2 years ago
  • Fixes #10: missing escapechar for csv export

v0.1.3

2 years ago
  • #5: added command for tasks created today ( thanks to @dominik42)

v0.1.2

2 years ago

Fixing 'gantt' argument

v0.1.1

2 years ago

added support for logtoday

v0.1.0

2 years ago
  • Using new things.py library to show "yellow" tassk
  • move version to 0.1.0

v0.0.9

3 years ago
  • new: added 'someday' view
  • enhancement: portability and robustness
  • fix: enabled tag filter for 'all'

v0.0.8

3 years ago
  • added an option to filter by project/area/tag
  • added a command to show todos

v0.0.7

3 years ago
  • implemented 'trash'
  • upgrade to things.py 0.0.11