TUI for Todoist written with React+Ink.
0

Configure Feed

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

add icon for links

Aly Raffauf (Feb 14, 2026, 9:54 PM EST) c41c8d6e 4da6b40d

+1 -1
+1 -1
source/task-list-view.tsx
··· 16 16 {segments.map((seg, i) => 17 17 seg.type === 'link' ? ( 18 18 <Link key={i} url={seg.url}> 19 - <Text color="cyan">{seg.text}</Text> 19 + <Text color="cyan">↗ {seg.text}</Text> 20 20 </Link> 21 21 ) : ( 22 22 <Text key={i}>{seg.text}</Text>