Skip to content

A Todo List CLI for managing tasks. Written on Rust

License

noobsiecoder/todo-list-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to todo-list-cli 👋

Version Build Documentation License: MIT

A Todo List CLI created using Rust and SQLite

Todo List CLI

Table of Contents

Features

Version 1.0.0

  • CRUD operation for :-
    • Tasks
    • Notes for each tasks
    • Start date and time
    • End date and time
    • Mark Important
    • Status of completion

Screenshots

Todo List CLI version and help

Todo List CLI add

I/O Operation commands

Create task

todo -a
#
todo add

Display tasks

todo -r
# or
todo read

Update task

todo -u
# or
todo update

Delete task

todo -d
# or
todo delete

Help command

todo --help

CLI Version command

todo --version

Install

cargo build

Usage

cargo run

Author

👤 Abhishek Sriram

Show your support

Give a ⭐️ if this project helped you!

License

Copyright © 2021 Abhishek Sriram.
This project is MIT licensed.


About

A Todo List CLI for managing tasks. Written on Rust

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages