https://github.com/r366y/task-rustler
A simple task/todo manager written in Rust
https://github.com/r366y/task-rustler
ratatui rust rust-lang task-manager-app todo-app
Last synced: 2 months ago
JSON representation
A simple task/todo manager written in Rust
- Host: GitHub
- URL: https://github.com/r366y/task-rustler
- Owner: R366Y
- License: mit
- Created: 2024-08-25T07:08:02.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-10-21T19:37:52.000Z (7 months ago)
- Last Synced: 2025-03-13T09:44:32.836Z (2 months ago)
- Topics: ratatui, rust, rust-lang, task-manager-app, todo-app
- Language: Rust
- Homepage:
- Size: 2.9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Task Rustler 🗒️
### A simple task manager written in Rust
#### Features
- Add, modify and remove tasks
- Mark a task as completed
- Change task priority, there are three different priorities: High, Medium, Low.
- Sort task by priority or by date
- Export tasks list to a file in iCalendar format [rfc5545](https://datatracker.ietf.org/doc/html/rfc5545)
***
## Tasks list view
---
### Commands
- __h__ help

- __a__ add a new task

- __m__ modify selected task

- __p__ change priority of a task
- __s__ sort tasks by priority
- __t__ sort tasks by date
- __Ctrl + d__ delete task
- __Ctrl + e__ export tasks list to .ics file (iCalendar)
