Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.45 KB

README.md

File metadata and controls

45 lines (26 loc) · 1.45 KB

ulauncher-todoist-capture

ulauncher Extension to capture an idea in your Todoist inbox.

Demo

ulauncher-todoist-capture.mp4

Features

  • write idea and store it into todoist

Requirements

Installation

Open ulauncher preferences window -> extensions -> add extension and paste the following url:

https://github.com/pascalbe-dev/ulauncher-todoist-capture.git

Configuration

  • Before usage you need to configure your Todoist API token in plugin preferences. Find or create your API token here.

Contribution

Please refer to the contribution guidelines

Local development

Requirements

  • less package installed
  • inotify-tools package installed

Steps

  1. Clone the repo git clone https://github.com/pascalbe-dev/ulauncher-todoist-capture.git
  2. Cd into the folder cd ulauncher-todoist-capture
  3. 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)
  4. Check the extension log less /tmp/ulauncher-extension.log +F
  5. Check ulauncher dev log less /tmp/ulauncher.log +F