Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmikaia/rust-todo-list
A simple todo list using Rust
https://github.com/dmikaia/rust-todo-list
Last synced: 19 days ago
JSON representation
A simple todo list using Rust
- Host: GitHub
- URL: https://github.com/dmikaia/rust-todo-list
- Owner: DMikaia
- Created: 2024-09-14T06:07:29.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-16T08:51:29.000Z (24 days ago)
- Last Synced: 2024-12-16T09:34:25.683Z (24 days ago)
- Language: Rust
- Homepage:
- Size: 32.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Rust todo list
This little project is a simple to do list implementation with rust using the command line interface.
## Features
- Add a task
- Remove a task
- View all tasks
- Save list in **"file_name.txt"**