Skip to content

theaveasso/todo-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo-cli

🧾To do app using 🦀Rustlang

  • Make todo app with Rust🦀 v-0.2
  • Build an application
  • Improve visualization adding color
  • Implement a run a loop and ask the user for their comman every iteration
  • Implement a comman for changing the task description
  • Implement a custom sort command (Priority, Due date ...)
  • Implement a cPush task data to a todo.data

Database

Start the database

docker run --name pg-dev -e POSTGRES_PASSWORD=340834 -p 5432:5432 postgres:alpine

optional psql (other terminal)

docker exec -it -U postgres pg-dev psql

About

🧾To do app using 🦀Rustlang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages