All of this lovely code is written by Pascal Betting
. Thanks to them for that! I have literally changed one line to set the due date of the tasks to "today"
The original project is located here:
https://github.com/pascalbe-dev/ulauncher-todoist-capture
ulauncher Extension to capture an idea in your Todoist inbox.
ulauncher-todoist-capture.mp4
- write idea and store it into todoist
- ulauncher 5
- Python > 3
Open ulauncher preferences window -> extensions -> add extension and paste the following url:
https://github.com/pascalbe-dev/ulauncher-todoist-capture.git
- Before usage you need to configure your Todoist API token in plugin preferences. Find or create your API token here.
Please refer to the contribution guidelines
less
package installedinotify-tools
package installed
- Clone the repo
git clone https://github.com/pascalbe-dev/ulauncher-todoist-capture.git
- Cd into the folder
cd ulauncher-todoist-capture
- Watch and deploy your extension locally for simple developing and testing in parallel
./watch-and-deploy.sh
(this will restart ulauncher without extensions and deploy this extension at the beginning and each time a file in this directory changes) - Check the extension log
less /tmp/ulauncher-extension.log +F
- Check ulauncher dev log
less /tmp/ulauncher.log +F