TUI for Todoist written with React+Ink.
0

Configure Feed

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

package: fix binary

Aly Raffauf (Feb 11, 2026, 3:22 PM EST) 3230eaa9 2d68a854

+3 -1
+3 -1
package.json
··· 2 2 "name": "@alyraffauf/dewy", 3 3 "version": "0.1.0", 4 4 "license": "GPL-3.0-or-later", 5 - "bin": "dist/cli.js", 5 + "bin": { 6 + "dewy": "dist/cli.js" 7 + }, 6 8 "type": "module", 7 9 "engines": { 8 10 "node": ">=16"