A simple command-line terminal-ui todo list application written in Rust.
- Add tasks (INCOMPLETE)
- Remove tasks (INCOMPLETE)
- List tasks (COMPLETE)
- Mark tasks as complete or incomplete (INCOMPLETE)
- Filter tasks by status (all, completed, incomplete) (INCOMPLETE)
- Search tasks by keyword (INCOMPLETE)
- Sort tasks by creation date or completion status (INCOMPLETE)
- Save and load tasks from a file (INCOMPLETE)
- Store tasks persistently (INCOMPLETE)
This project is licensed under the MIT License - see the LICENSE file for details.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.