Taskwarrior UI - a responsive web interface to taskwarrior written with Node.js.
npm install -g twui
To start simply type twui
and navigate to localhost:2718
.
If you want twui to run as a background process use the following:
twui &>/dev/null &
The task summary contains six indicators for the following attributes of a task.
git clone https://github.com/rampantmonkey/twui.git
cd twui
make deploy
npm install
bin/twui
git pull origin master
bin/twui
/usr/bin/env: node: No such file or directory
This error occurs when the node executable is not in your PATH
.
Some linux distributions decided to install the node executable as nodejs
instead of node
.
The simple solution is to create a symlink ln -s /usr/bin/nodejs /usr/bin/node
.
But for those afraid of the file system a package is available to perform the same action - apt-get install nodejs-legacy
.
This software - © Casey Robinson 2014 - is released under the MIT license. You can find a copy in LICENSE.txt or at opensource.org.
Version | Tag | Published |
---|---|---|
0.1.1 | latest | 4yrs ago |