Skip to content

Files

Latest commit

092e526 · Mar 16, 2025

History

History
16 lines (13 loc) · 504 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 504 Bytes

todo_app

A simple todo app written in Zig and dvui


image


Controls:

o enable insert mode and add a new entry under the current item, or a new top level item if none selected
i enable edit mode and edit the text of the current selected item
j,down navigate to the next item downwards
k,up navigate to the next item upwards
enter toggle an item done or not