
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
Life hacking tool using Todoist.
Forgetist simply deletes overdue tasks from Todoist.
I don't like seeing incomplete tasks which should have done few months ago.
If you just leave it, those tasks are not important in your life.
Then let's forget it and start brand new day!
$ npm install -g forgetist
Add api token in your .bash_profile.
You can check your api token here.
export TODOIST_API_TOKEN=XXXXXXXXXXXXXXXX
$ forgetist --help
forgetist [command]
Commands:
forgetist list List overdue tasks
forgetist forget [hash...] Delete overdue task
forgetist remember List deleted overdue tasks
Options:
--help Show help
--version Show version number
--all, -a All of the overdue task
--ctime Filter by created time
--log Path to log directory
--debug Debug mode
--token Todoist api token
$ forgetist list
01b307acba4f54f55aafc33bb06bbbf6ca803e9a
DUE DATE: 7/1/2020
CREATED: 7/1/2020 5:34:55 PM
first task
bd0888b5c8172bbe418736b952d5d50d277ce7aa
DUE DATE: 7/2/2020
CREATED: 7/2/2020 4:31:43 PM
second task
$ forgetist list --ctime=+2
bd0888b5c8172bbe418736b952d5d50d277ce7aa
DUE DATE: 7/2/2020
CREATED: 7/1/2020 5:34:55 PM
second task
$ forgetist forget 01b3
Delete 01b307acba4f54f55aafc33bb06bbbf6ca803e9a
$ forgetist forget --all
Delete 01b307acba4f54f55aafc33bb06bbbf6ca803e9a
Delete bd0888b5c8172bbe418736b952d5d50d277ce7aa
$ forgetist remember
01b307acba4f54f55aafc33bb06bbbf6ca803e9a
DUE DATE: 7/1/2020
CREATED: 7/1/2020 5:34:55 PM
DELETED: 7/3/2020 2:28:12 PM
first task
bd0888b5c8172bbe418736b952d5d50d277ce7aa
DUE DATE: 7/2/2020
CREATED: 7/2/2020 4:31:43 PM
DELETED: 7/3/2020 2:28:12 PM
second task
Set up cron job.
$ crontab -e
1 0 * * * forgetist forget --all
FAQs
Delete past tasks.
We found that forgetist demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.