Skip to content

aeyno/RofiTodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RofiTodo

Build LastCommit LastRelease

A to-do list using Rofi compatible with todo.txt specification

Installation

  1. Clone this repository

  2. Go to Rofitodo

  3. Run the following commands

    autoreconf -si
    ./configure
    make
    make install

    You can also build RofiTodo using cargo with

    cargo build --release

    and put the rofitodo executable (located in target/release) where you want.

Usage

  • 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

About

A to-do list using Rofi compatible with todo.txt

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors