tasklib
tasklib copied to clipboard
A Python library for interacting with taskwarrior databases.
Results
1
tasklib issues
Sort by
recently updated
recently updated
newest added
tasklib had have hard coded utf-8 encoding. This is not working if locale encoding is different and will fail with any action. This PR fixes the problem by looking at...