A Sinatra-based web interface for the Taskwarrior todo application. Because being a neck-beard is only fun sometimes.
A lightweight, Sinatra-based web interface for the wonderful Taskwarrior todo application.
ruby
>= 1.9 (support for ruby
< 1.9 is very unlikely, but pull requests
are gladly accepted).gem install taskwarrior-web
This will install an executable called task-web
task-web
at your terminal to start it up. This will start the process,
background it, and open the URL in your browser.
It uses Vegas to make the Sinatra app into
an executable, so all options for Vegas are valid for task-web
. Type
task-web -h
for more options.
The current featureset includes:
task-web
will pull your task
config (from .taskrc
) and use it to
determine date formatting and when an upcoming task should be marked as
"due".To report a bug, use the Github issue tracker. Since taskwarrior-web
works with several different versions of task
, using many different
configurations, please include the output from task _version
and either the
output of task show
or a copy of your .taskrc
file when filing a bug. This helps me reproduce bugs easier.
Here is an example of a good bug report.
task-web
is mostly designed to run locally. As such, security is not of the highest priority. You may find that things such as CSRF protection are lacking. If things like this are important to you, please file an issue or a pull request.