Skip to content

A persistent todo app made as an introduction to Rust

License

Notifications You must be signed in to change notification settings

TobyBridle/Todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo app built in Rust

Todo App Preview Blank State Todo Creation Todo List

Dependencies
These will be installed automatically when building

  • ncurses (Used for creating the TUI)
  • dialoguer (Used for input handling since the ncurses library didn't provide the desired features)

Setup

  1. Install Rust
  2. Set the environment variable TODO_FILE_LOCATION to the file which will store your todos (or leave empty and it'll use ~/.local/share/todo/todo.todos)
  3. Build the project
$ cargo build --release
  1. This will have created a file in /target/release called td, run that executable and you're good to go!

About

A persistent todo app made as an introduction to Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages