theunraveler / taskwarrior-web

A web interface for the Taskwarrior todo application. Because being a neckbeard is only fun sometimes.
http://theunraveler.github.com/taskwarrior-web
MIT License
526 stars 63 forks source link

A Web Interface for Taskwarrior

A lightweight, Sinatra-based web interface for the wonderful Taskwarrior todo application.

Check out the Live Demo.

Gem Version Build Status

Table of Contents

Screenshots

Pending Tasks

Waiting Tasks

Completed Tasks

New Task w/ Project Autocomplete

Parent Project Information

Projects Overview

Help Popup

Requirements

For building native extensions on Linux could be required the following packages:

Installation

gem install taskwarrior-web

This will install an executable called task-web

Usage

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.

Features

The current featureset includes:

Docker

You can also run taskwarrior-web using docker. This approach requires docker and docker-compose to be installed.

The command below builds new image from the source and runs service.

make run

By default task-web is listening on 5678 port. Adjust service configuration in docker/docker-compose.yml.

Reporting Bugs

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 us reproduce bugs easier.

Here is an example of a good bug report.

Marginalia