Skip to content

4DA/taskwarrior.el

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taskwarrior.el

An interactive emacs frontend for taskwarrior.

NOTE: This major mode is under heavy infrequent development.

Installation

Eventually my goal is to make taskwarrior.el available through MELPA. Currently I simply load the necessary elisp through:

(use-package taskwarrior
  :init
  (load "~/yourcheckout/taskwarrior.el")
  :bind
  (("C-x t" . taskwarrior)
   ("C-x t" . taskwarrior)))

Configuration

TBD

Development

While developing we don't want taskwarrior.el to mess with our taskwarrior tasks. That's why we use direnv to export $TASKRC and $TASKDATA to point to the git repository.

With direnv you can either launch emacs within the taskwarrior.el repository to make use of the mentioned einvironment variables or use the excellent emacs-direnv mode to make emacs direnv aware.

About

An interactive emacs frontend to taskwarrior

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 75.3%
  • Makefile 24.7%