Skip to content
This repository was archived by the owner on Feb 21, 2026. It is now read-only.

Latest commit

 

History

History
8 lines (5 loc) · 318 Bytes

File metadata and controls

8 lines (5 loc) · 318 Bytes

todo

A simple console-based todo list application, intended for personal use.

The application uses an external file to store the todo list.

Users can view, add, remove, tick, and untick items. They can also clean the list, removing all ticked items.

Users can view all possible commands via the '--help' command.