taskwarrior-webui
taskwarrior-webui copied to clipboard
Self-hosted Responsive Web UI for Taskwarrior based on Vue.js and Koa.js
I often use sub-projects, for example I got tasks in the projects `something`, `something.sub1`, and `something.sub2`. Unfortunately, the project view (i.e. "Display mode: Project") of the project `something` does not...
I'm trying to set the time zone in the docker container with this: ```shell date -s "$(date -Iseconds | sed "s/\\+[0-9\:]+//g;s/T/ /g;s/14/22/g" -r)" ``` But it denied me permission to...
Here's what happens if you try to load this on your iPhone  It just spins. Nothing happens. Works great on Firefox on my linux machines and Mac laptop.
After `docker-run`-ing the container and pointing it to my .taskrc and .task file and directory respectively, and after navigating to localhost:8080, the tasks view is empty and I can see...
For example, the sort order of the columns, the number of pages to show by default - save and load from a cookie or centrally.
I just pulled the latest image, from docker-hub and launched it with `docker run -d -p 8080:80 --name taskwarrior-webui -v $HOME/.taskrc:/.taskrc -v $HOME/mypath/to/taskfolder:/.task dcsunset/taskwarrior-webui ` Navigating to 0.0.0.0:8080 brings up...
I think all that's missing for the full bare-bones and beautiful UI is the stopped or started state of the tasks and a button to change it. Very nice overall....
First, thank you for the awesome project. I have been searching for taskwarrior-based Android app / web UI and this seems like a good fit! Starting taskwarrior 2.6.0 - https://github.com/GothenburgBitFactory/taskwarrior/releases/tag/v2.6.0...
It would be nice to also offer docker images for arm platforms. I wanted to launch this server on my raspberry pi and serve it on my local network so...
Hi, First, I wonder to know what will be the best way to translate taskwarrior-webui? Also, is there a vue component to use for dates inputs? Thanx for your great...