summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-03-13Finally resizing terminal work as expectedmatthieu
2021-03-13Need go 1.16 nowmatthieu
2021-03-12First version of messy list commandmatthieu
2021-03-10* Redraw the entire dashboard every 3 seconds (to accomodate when changingmatthieu
2021-03-08Little fix on READMEmatthieu
2021-03-08Merge pull request #9 from chenrui333/patch-1Matthieu Cneude
2021-03-04Fix some mistakesmatthieu
2021-02-25Update CHANGELOGmatthieu
2021-02-25Merge branch 'master' of github.com:Phantas0s/devdashv0.4.2matthieu
2021-02-25Delete useless outputmatthieu
2021-02-25Update README.mdMatthieu Cneude
2021-02-20chore: add dependabot to manage dependenciesRui Chen
2021-02-20ci: add more golang cross checksrui
2021-02-20Update funding.ymlMatthieu Cneude
2021-02-20Add the possibility to monitor a different website by addressmatthieu
2020-11-24Fix filepaths for windowsv0.4.1matthieu
2020-09-02Add alternative to concurency in the code - need to add an option formatthieu
2020-08-04Merge branch 'master' of github.com:Phantas0s/devdash into mastermatthieu
2020-08-04Delete KoFimatthieu
2020-08-01Update README.mdMatthieu Cneude
2020-07-03Begin to improve file search through different pathmatthieu
2020-06-13Fix mistake: main package is in devdash.go, not cmd/devdash.gomatthieu
2020-06-08Update the CHANGELOGmatthieu
2020-06-08Small improvement on first README imagev0.4.0matthieu
2020-06-08Merge branch 'next-release'matthieu
2020-06-08Update the README morematthieu
2020-06-07Update CHANGELOGmatthieu
2020-06-07Modify README for next releasematthieu
2020-06-07Add generic output as a bar diagram from any command line inputmatthieu
2020-06-06Add gauge general widgetmatthieu
2020-06-06Add gauge for the different rate (service remote_host localhost)matthieu
2020-06-06Add the widget rh.box / lh.boxmatthieu
2020-06-05More testsmatthieu
2020-06-04Test most of the new host servicematthieu
2020-06-04Merge branch 'master' of github.com:Phantas0s/devdashmatthieu
2020-06-04No need of method for an object with two fields - functional approachmatthieu
2020-06-01Add test helpers in gokitMatthieu
2020-06-01A bit of first order function is great for testing ;)matthieu
2020-06-01Add more testsmatthieu
2020-05-30Renaming and add testsmatthieu
2020-05-30Clean up and fix bugsmatthieu
2020-05-29Add possibility to pass any command line or bash script to render it inmatthieu
2020-05-29Add a new service localhost to monitor local machinematthieu
2020-05-28remote host widget: Add table with disk info + add bar with every CPUmatthieu
2020-05-27Add disk IO for hostsmatthieu
2020-05-27Fix annoying bugsmatthieu
2020-05-27More bug fix and cleaningmatthieu
2020-05-27Fix bugsmatthieu
2020-05-26replace mutex nonsense with fan-in channelsmatthieu
2020-05-26* Add Gokitmatthieu