├── .gitignore ├── README.md ├── doc ├── sample-config.json └── screenshot.png └── task-dashboard /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8ware/task-dashboard/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8ware/task-dashboard/HEAD/README.md -------------------------------------------------------------------------------- /doc/sample-config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8ware/task-dashboard/HEAD/doc/sample-config.json -------------------------------------------------------------------------------- /doc/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8ware/task-dashboard/HEAD/doc/screenshot.png -------------------------------------------------------------------------------- /task-dashboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8ware/task-dashboard/HEAD/task-dashboard --------------------------------------------------------------------------------