Skip to content

pip install taskbutler 🍾

Compare
Choose a tag to compare
@6uhrmittag 6uhrmittag released this 11 Nov 18:44
· 64 commits to master since this release

After many hours I finally present taskbutler @ pypi:

pip install taskbutler

Lots of changes have been made. Mostly under the hood.

💥 Important changes when you update Taskbutler

Taskbutler now stores its configuration files inside your home (~/.taskbutler/config/config.ini) directory!
Taskbutler creates these directories at its first run. Please move your original config from your old config.ini into the new file. (For now, this is a fixed configuration. It is needed for additional features in the next releases.)

Please let me know in case you notice an issue (feedback is also very welcome!): open issue

Changelog

  • 🔧 configuration files are now stored inside your Unix home @ ~/.taskbutler/config/config.ini
  • 🔨 file structure has been changed to meet the default python module structure
  • 💡 taskbutlers documentation is now @ readthedocs.io
  • ✅ test to verify changes at Todoist automatically
  • ✅ test to verify CLI function automatically
  • 👷 continuous deployment to pypi.org

Visit slashlog.org for a project diary/insights(work in progress).