michel
michel copied to clipboard
A command line tool providing bidirectionnal synchronization of google tasks with flat text files
Tried installing with `pip3`. ``` ❯ michel pull Traceback (most recent call last): File "/usr/local/bin/michel", line 7, in from michel.michel import main File "/usr/local/lib/python3.6/site-packages/michel/michel.py", line 45 raise ValueError, "No element...
After installing [gflags](https://github.com/chmduquesne/michel/issues/2) ``` ❯ michel pull Traceback (most recent call last): File "/usr/local/bin/michel", line 7, in from michel.michel import main File "/usr/local/lib/python2.7/site-packages/michel/michel.py", line 16, in from oauth2client.tools import run...