Skip to content

Adam-Simon1/Rust-Todo-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust-Todo-App

Simple CLI Todo app made in rust using Sqlite.

Usage:

In order to use this you have to create a .env file in the root of the project and inset in this variable:

DB_FILE = ""

Put the path to your sqlite file inside.

Features:

Add a todo item

./todo add "A todo item"

Remove a todo item

./todo remove 1 // Index of the todo item. Shown when show command is used.

Show the list of todo items

./todo show

Screenshots:

Add

Show

Remove

Libraries used:

  • Clap
  • Colored
  • Dotenv
  • Rusqlite

About

Simple CLI Todo app made in rust with Sqlite.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published