Skip to content

firecat53/todotxtmenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todotxtmenu

A dmenu/rofi script to view and manage todo.txt lists.

Installation

Usage

  • Command line options:

        -archive=<true/false>
              Archive completed items to `done.txt` on exit (default true)
        -cmd string
              Dmenu command to use (dmenu, rofi, wofi, etc) (default "dmenu")
        -no-created-date
              Don't automatically add a date when creating a new item
        -opts string
              Additional Rofi/Dmenu options (default "")
        -todo string
              Path to todo file (default "todo.txt")
        -threshold
              Hide items before their threshold date (default false)
    
  • Configure Dmenu or Rofi using appropriate command line options or .Xresources and pass using the -opts flag to todotxtmenu. NOTE The -i flag is passed to both Dmenu and Rofi by default. The -dmenu flag is passed to Rofi. Examples:

      todotxtmenu -cmd rofi -todo /home/user/todo/todo.txt -opts "-theme todotxtmenu"
      todotxtmenu -todo /home/user/todo/todo.txt -opts
          "-fn SourceCodePro-Regular:12 -b -l 10 -nf blue -nb black"