https://github.com/hype08/rusty
CLI written in Rust.
https://github.com/hype08/rusty
cli matching rust task-manager todolist-app
Last synced: about 2 months ago
JSON representation
CLI written in Rust.
- Host: GitHub
- URL: https://github.com/hype08/rusty
- Owner: hype08
- Created: 2020-04-28T15:49:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-28T22:22:12.000Z (over 4 years ago)
- Last Synced: 2025-03-05T23:33:55.023Z (7 months ago)
- Topics: cli, matching, rust, task-manager, todolist-app
- Language: Rust
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rusty
Rusty is a to-do list manager CLI written in Rust.
## Installation
```bash
git clone https://github.com/hype08/rust-cli.git
```## Usage
```rust
cargo run get // get your to-do list.
cargo run add "new task" // add a task to the list.
cargo run done `index` // mark task index as done.
cargo run remove `index` // remove task index.
```## Future Improvements
- [ ] Instead of taking user input from arguments, run a loop and ask the user for their command every iteration.
- [ ] Implement a command for changing the task description.
- [ ] Implement a custom sort command.## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)