Jesse

Results 114 comments of Jesse
trafficstars

This ties into one of my past workflows: I have a series of filters that I have sorted into a daily list, so each day I start on list 1...

SEe https://developer.todoist.com/rest/v2/#request-limits to make sure you aren't exceeding limits

Expected workflow: - Entering "tod project delete" - Projects are displayed - Project to delete is selected - If project is empty, it is deleted successfully - If project contains...

Delete API call: ``` $ curl -X DELETE "https://api.todoist.com/rest/v2/projects/2203306141" \ -H "X-Request-Id: $(uuidgen)" \ -H "Authorization: Bearer 0123456789abcdef0123456789" ``` Would need to delete (if present) from local config as well,...

I've been playing around with generating some code for a similar wrapper that I will use to automate my workflow with Tod, and here's some example code for audio playback:...

For errors, I'm comfortable with just calling the terminal bell. I don't think this needs to be a broad thing - if enabled, the only two places I can think...

Same - is there a version that doesn't use PHP?

If I could just select filters from my existing filter list, this would be much easier to use for my workflow, as I have 12 filters I work through throughout...

FYI, there isn't a way to call Todoist's API and return tasks matching a known filter. This would require two calls - one to get the stored/predefined filters, then another...

I saved/bookmarked my URLs and got this error with them as well. After reloading the main page and logging back in again, they work. So, I suspect this error has...