Jesse
Jesse
> So much gold here, I can't wait to build out these features. Please make some issues (with better descriptions than what I usually write 😆 ) and we'll put...
Having used this heavily for the past several weeks, I wanted to comment on my workflow and how well Tod helps/works, and how well I'd "Grade" it :) 🟩 Universal...
I'll review this issue and move the example workflows into the documentation
I currently wrote a simple wrapper menu script (partly to help me learn this code, mostly to meet my needs), a bit buggy but it's here https://github.com/stacksjb/CLI_Shell_Command_Menu That I then...
> Oh interesting. I think that there will be many people using Todoist that won't want to timebox but still want to set due dates. So perhaps the second option...
I've wanted to add filter support too (https://github.com/alanvardy/tod/issues/374 was another issue where I'd like to have it). However, I'm not sure the API supports predefined filters currently. My understanding of...
I've confirmed with Todoist support the API only supports querying by filter query, not by Filter ID. So implementing this would require that Query filters be stored locally, then query...
I see a couple ways this could be implemented, but looking for suggestions/ideas: 1) Add logic for -f without anything specified, allow prompting to select predefined filter if a filter...
Hmm - I like the above suggestion - how would you differentiate between named filters and filter strings? Two other concerns: 1) It means I have to manage filters in...
The following API returns a user's filters (which we could then make some sort of import/setup/update method for): curl --request POST '[https://todoist.com/api/v9/sync?sync_token=*&resource_types=[%22filters%22]](https://www.google.com/url?q=https://todoist.com/api/v9/sync?sync_token%3D*%26resource_types%3D%5B%2522filters%2522%5D&source=gmail-imap&ust=1706911314000000&usg=AOvVaw2S1V7iJzaGdv55gP0nKLp-)' --header 'Authorization: Bearer $TOKEN'