Todo list manager for aux4. Create and manage multiple todo lists stored in .todo.json files. Mark items as completed or pending, list all todos with progress counters, and view specific lists with strikethrough formatting for completed items.
aux4 aux4 pkger install aux4/todo
aux4 todo list
aux4 todo view "Work Tasks"
aux4 todo new "Project X" --item "Setup environment"
aux4 todo add "Work Tasks" --item "Schedule meeting"
aux4 todo remove "Work Tasks" --index 0
aux4 todo complete "Work Tasks" --index 0
aux4 todo delete "Work Tasks"
By default, todos are stored in .todo.json in the current directory. Use the --file flag on any command to specify a different file path.