Show the ClickUp task that became most recently due and the number of open tasks in a specific ClickUp list on your MacBook touch bar via BetterTouchTool. Tasks are colored based on their priority.
Never forget a task again!
- Execute
pip install requeststo install the Python requests module
- Import the
ClickUp.bttpresetpreset (double-click) - Go to Better Touch Tool > Preferences > All Apps > Touch Bar and select "Shell Script/Task: ClickUp Inbox" from the list
- Put your cursor into the text area field "Script" on the right side and replace all occurences of
1234567with your ClickUp details:
https://api.clickup.com/api/v2/team/1234567/taskId of your ClickUp Workspacespace_ids(optional, uncomment) Id of your ClickUp Spaceproject_idsId of your ClickUp Projectlist_ids(optional, uncomment) Id of your ClickUp listAuthorizationYour ClickUp API token/key
- Go to Better Touch Tool > Preferences > All Apps > Touch Bar and select "Shell Script/Task: Due Today" (below previous)
- Put your cursor into the text area field "Script" on the right side and perform the same steps as above (URL is different)
https://api.clickup.com/api/v2/list/1234567/taskId of your ClickUp list
Note The .py files are not to be used and only added for clarity. You may use them to edit the code more easily than in BetterTouchTool's prompt.
See here for an explanation of terminology and where to find the ClickUp Ids.
Please see the contribution guidelines.
- 0.1.0 (2020-02-19)
- Initial release
