Jump to content

Yakitrak

Member
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Yakitrak's Achievements

Helping Hand

Helping Hand (3/5)

0

Reputation

  1. Hello, I noticed the TickTick process to get authenticated has slightly changed so I have updated the instructions on the Github. Please reach out here or on Github if you have any issues.
  2. @DrSirius thank you for sharing that. I am not 100% sure why that is happening as everything is packaged with the workflow. It looks like it cannot find the module "chardet" which I would expect to be already there. Could you please run "pip3 install chardet" and then retry the command?
  3. Do t Hey thank you for using this and the feedback! Do you have python3 installed and working in general? That is a prerequisite for this workflow. If you open a terminal and type in `python3 --version` and press enter, do you see it's version? It seems like running the installation of Python3 itself is having some issues. If you can also run the workflow in debug mode and screenshot what you see that would also help me understand a bit more.
  4. Thank you for reporting this. I have just added another release which packages requests locally which you can install now: https://github.com/Yakitrak/ticktick-alfred-workflow/releases/latest Please let me know if this works. I'll look into switching into a more lightweight package (compared to requests) in the future.
  5. Thank you for giving it a try! I think I know the issue and will aim to fix it soon. Its missing requests which I didn’t package locally, thinking it was in built to python3. But its an easy fix if you want it working in the mean time, you can just install it for yourself so the workflow can use it globally. Please run this anywhere: pip3 install requests Also did you run tsetup1 and tsetup2 first? I’d have expected tsetup2 to have failed if you tried the setup based on the above error.
  6. TickTick Workflow This workflow allows you to search, open, add, and complete tasks in TickTick Installation Click here to download the latest version of the workflow. Or you can build it yourself by cloning the repo into your Alfred workflows directory: https://github.com/Yakitrak/ticktick-alfred-workflow Setup Go to https://developer.ticktick.com/manage and create a new app with any name you want. You'll be asked for a redirect url, please enter in http://localhost. Now you should have a "Client ID" and "Client Secret". Go to "Configure Workflow" button on this workflow on Alfred, and copy and paste the "Client ID" and "Client Secret" Using Alfred, type in tsetup1 and authorise the workflow, you'll be redirected to http://localhost?code=xxxxx. Please copy the code from the url. Using Alred, type in tsetup2 followed by the code from the step 1 (e.g. tsetup2 xxxxx). You are now ready to use the workflow! Usage Lists List Search tls <query> Search for a list in TickTick. Pressing enter will open the list in TickTick. Create List tln <list-name> Create a new list in TickTick with the given name. Tasks Task Search tts <query> Search for a task in TickTick. Pressing enter will open the task in TickTick. You can search for tasks in a few different ways: tts - Search for all tasks tts <task-name> - Search for tasks with the given name tts <list-name> - Search for tasks in the given list tts @today or tts @tod - Search for tasks due today tts @tomorrow or tts @tom - Search for tasks due tomorrow tts @thisweek or tts @tw - Search for tasks due this week Complete Task You can complete a task by pressing cmd + enter when selecting a task in the search results from the Task Search command. Create Task ttn <task-name>, <due-date> Create a new task in TickTick with the given name. You can add an optional comma at the end and include a due date using natural language: ttn Do laundry ttn Do the laundry, tomorrow at 5pm ttn Do the laundry, next week ttn Do the laundry, monday Sync tsync Sync your TickTick account with the workflow by clearing the cache and fetching your latest lists and tasks. This is done automatically when: You search for a list or task, and it's been more than 5 minutes since the last sync You create a new list or task You complete a task Once you run this command, please wait a moment for the sync to complete before searching for a list or task. This can take a few seconds if you have a lot of lists. Calendar Calendar (Day) tcd Open the calendar in TickTick, in the day view. Calendar (Week) tcw Open the calendar in TickTick, in the week view. Calendar (Month) tcm Open the calendar in TickTick, in the month view.
×
×
  • Create New...