To-Do List A simple to-do list application written in Ruby. It includes both a command-line interface (CLI) and a graphical user interface (GUI) using Tk. How to Use CLI Run the program: ruby todo.rb GUI Run the program: ruby todo_gui.rb