TUI for Todoist written with React+Ink.
0

Configure Feed

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

add due dates

Aly Raffauf (Feb 11, 2026, 7:32 AM EST) 8de9fe0e a506fda2

+8
+8
source/app.tsx
··· 108 108 ) : ( 109 109 '' 110 110 )} 111 + {task.due?.date ? ( 112 + <Text dimColor color="red"> 113 + {' '} 114 + {task.due.date} 115 + </Text> 116 + ) : ( 117 + '' 118 + )} 111 119 </Text> 112 120 ))} 113 121 {message && <Text color="yellow">{message}</Text>}