TUI for Todoist written with React+Ink.
0

Configure Feed

Select the types of activity you want to include in your feed.

rename package to @alyraffauf/dewy

Aly Raffauf (Feb 11, 2026, 3:15 PM EST) 44f94d80 39cf1e60

+2 -2
+1 -1
README.md
··· 19 19 ## Install 20 20 21 21 ```bash 22 - npm install --global dewy 22 + npm install --global @alyraffauf/dewy 23 23 ``` 24 24 25 25 Or with Nix:
+1 -1
package.json
··· 1 1 { 2 - "name": "dewy", 2 + "name": "@alyraffauf/dewy", 3 3 "version": "0.0.0", 4 4 "license": "GPL-3.0-or-later", 5 5 "bin": "dist/cli.js",