No project description provided
Project description
Todoist Task Scheduler & Filterer
I've been experimenting with my productivity systems. I'm a heavy user of Todoist and I noticed that:
- If I have a smaller list of tasks to accomplish, I get through them faster.
- Having a large list of tasks creates 'cognitive drag' and stresses me out
- It takes time to look through and review long list of tasks
This simple tool enables you to set up rules to automatically punt tasks that don't need to get done today. This reduces the size of your todoist and tricks you monkey mind into getting more done. The ultimate goal for me is to get to 'inbox zero' on todoist which is something that hasn't happened in years.
Usage
Usage: todoist-scheduler [OPTIONS]
Organizes todoist tasks based on custom rules
Options:
--task-limit INTEGER Total task limit for the day [default: 20]
--default-filter TEXT Default todoist filter [default: (today | overdue) &
!assigned to:others & !recurring]
--filter-json TEXT Default todoist filter [default: filters.json]
--punt-time TEXT Default time to punt a task into the future
[default: in 2 days]
--dry-run Dry run the task updates
--api-key TEXT API key. Sourced from TODOIST_API_KEY as well
--help Show this message and exit.
Take a closer look at the default filter:
default: (today | overdue) & !assigned to:others & !recurring
Here's what this does:
- Only applies filters to task that are assigned to you
- Ignores recurring tasks
- Looks at tasks due on or before today
filters.json
[
// limit defines the number of tasks you think you can complete today
{ "filter": "@writing", "limit": 2 },
{ "filter": "@research", "limit": 3 },
// the filter text uses the todoist search syntax
{ "filter": "#House", "limit": 3 },
]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file todoist_scheduler-0.2.0.tar.gz
.
File metadata
- Download URL: todoist_scheduler-0.2.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.4 Linux/5.15.0-1040-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 028671b3e00548f3caa00e134d35ae8282d5c930f43c6b75a0d0f32f20832994 |
|
MD5 | 71f8b813d17403a09e3d4d4dc296d183 |
|
BLAKE2b-256 | e666af3a8f99eab008ca9f9c15ab069514205608590c5b4e35a211f72d814cb7 |
File details
Details for the file todoist_scheduler-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: todoist_scheduler-0.2.0-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.4 Linux/5.15.0-1040-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 477a468e6cbbae8f8d4a697a04fd8f12af3642c689771aa21ae16635ed5464ec |
|
MD5 | fada45770711a26b4a8af79870d0f9dc |
|
BLAKE2b-256 | ccc1a72511a91623523a9ac760000dc0814f5b74612e75e8789861ac63279b5a |