A to-do list using Rofi compatible with todo.txt specification
-
Clone this repository
-
Go to
Rofitodo -
Run the following commands
autoreconf -si ./configure make make install
You can also build RofiTodo using cargo with
cargo build --release
and put the
rofitodoexecutable (located intarget/release) where you want.
-
Print help :
rofitodo -h
-
Specify a tasklist-file:
rofitodo -c path/to/your/todolist
or
rofitodo --config path/to/your/todolist
-
Do not load Rofi configuration, use default values :
rofitodo --no-config
-
Set filter to be case insensitive :
rofitodo -i
or
rofitodo --case-insensitive
-
Set the default sorting order between creation date (
creation), lexicographic (content), due date (due) and priority (priority):rofitodo -s creation
or
rofitodo --sort creation
-
Print version :
rofitodo -V