TUI for Todoist written with React+Ink.
0

Configure Feed

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

bold task content

Aly Raffauf (Feb 14, 2026, 10:12 PM EST) 93d607f3 25d0e5fa

+3 -1
+3 -1
source/task-list-view.tsx
··· 19 19 <Text color="cyan">↗ {seg.text}</Text> 20 20 </Link> 21 21 ) : ( 22 - <Text key={i}>{seg.text}</Text> 22 + <Text key={i} bold> 23 + {seg.text} 24 + </Text> 23 25 ), 24 26 )} 25 27 </>