Git Product home page Git Product logo

todofi.sh's Introduction

Todofi.sh

Todo-txt + Rofi = Todofi.sh

Handle your todo-txt tasks directly from Rofi

Todofi.sh screenshot

Features

  • Mark as done
  • Create, Edit, Delete
  • Edit priority, remove priority
  • Apply persistent filters
  • Filter from context / project
  • Run command like archive, deduplicate or report
  • Can apply filter from argument
  • Context / Project / Tag / Due highlighting (via Pango markup)

Dependencies

  • rofi
  • todo-txt

On Debian based system

sudo apt install rofi todo-txt

Installation

Copy todofi.sh where you want.

Use it

Just run /your/path/todofi.sh

With i3wm, you can bind todofi.sh like this bindsym $mod+t exec /path/to/todofi.sh

Try todofi.sh --help if you want to customize.

Customization

If you want to override Todofi.sh configuration, do not edit directly the todofi.sh script, you can do that by:

  • Add configuration in ${HOME}/.config/todofish.conf (Todofi.sh tries to source this file when it starts)
  • Open todofi.sh by specify a configuration file with the -c argument (exemple: todofi.sh -c /path/to/todofish.conf)

Because the configuration file is loaded last, you can overwrite any configuration variable.

So if you want to add arguments to Rofi, you can do so with the content of the following configuration file:

ROFI_BIN="$(command -v rofi) -theme /usr/share/rofi/themes/fancy.rasi"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.