Extracts TODOs from all registered paths and manages a Glo-board accordingly.
Connect to you Glo-boards by creating a PAT.
Your token will be encrypted before storage, but be aware that the default key is (at the moment) public.
It can be changed via setting Source2Glo.key[].
Register your projects via Source2Glo.register("path/to/project").
Source2Glo will create a board named .~*~. todo-Source2Glo .~*~. and create columns for each project and cards for each TODO found.
Updates your Glo-board has three modes
- automatically when exiting julia with
Source2Glo.configuration["update-mode"] = "at-exit" - automatically when loading Source2Glo with
Source2Glo.configuration["update-mode"] = "at-start" - trigger it manually with
Source2Glo.update_board().
Once configured, all you need to do is put using Source2Glo in ~/.julia/config/startup.jl and your TODOs will always be synced.