The main goal of this project is to learn the Rust programming language.
This tool can help you to easily manage a todolist. No feature. Only add/delete tasks
Tested on Arch Linux only.
The program use Rofi through the rofi crate:
[dependencies]
rofi = "0.3.0"
shellexpand = "2.1.0"
git clone https://github.com/reverseth/rust_todolist.git
cd rust_todolist
cargo build --release
cp target/release/rust_todolist ~/.local/bin/
The binary will probably be available soon on the project's release page.
$ rust_todolist
Here we bind the program on the i3's Super+t shortcut:
echo -n "bindsym $mod+t exec rust_todolist" >> .config/i3/config
Add this module (can be customised) in your polybar config file:
[module/todolist]
type = custom/text
click-left = ~/.local/bin/rust_todolist
content = " "
$ rust_todolist
Simply launch the program.
Launch the program, and prefix your task with "+".
Launch the program, select the task, press Enter.




