Commit Graph

18 Commits

Author SHA1 Message Date
Jack Wills 6731002ee4 refactor: remove pointless clone()'s & variable declarations 2022-10-01 21:02:38 +00:00
Jack Wills e76878f424 refactor: Impl Copy where able to 2022-10-01 19:57:27 +00:00
Jack Wills eb25744472 refactors: unwraps() removed, and/or map_or() used 2022-09-07 02:53:28 +00:00
Jack Wills 3d760d23cd docs: comments 2022-09-06 14:40:00 +00:00
Jack Wills bfc9cf9b39 wip: Docker file 2022-09-04 15:49:41 -04:00
Jack Wills 258ada731b chore: linting warns removed 2022-08-04 13:29:09 +00:00
Jack Wills 1bd61d4ce8 chore: linting nursery 2022-08-04 13:01:16 +00:00
Jack Wills 1263662bd9 chore: linting pedantic 2022-08-04 12:56:45 +00:00
Jack Wills ca3315a69f chore: lint unused unwraps 2022-08-04 11:47:45 +00:00
Jack Wills d0f617820c feat: spawn docker updates into own thread
Collects spawns into a hashmap, then on next update if spawn exists in hash map, don't bother to run another update
2022-07-23 02:46:38 +00:00
Jack Wills c39e224d56 docs: readme updated 2022-07-22 20:54:43 +00:00
Jack Wills dc4a62910c wip: sort_by 2022-07-22 03:29:23 +00:00
Jack Wills f213409cb9 chore: release v0.0.6 2022-07-06 00:53:57 +00:00
Jack Wills 1fd230f2f3 refactor: tokio::spawn
replace async move { fn(x).await} with just tokio::spawn(fn(x))
2022-05-30 14:34:40 +00:00
Jack Wills 28555d25b2 refactor: unwrap > unwrap_or 2022-05-30 02:28:45 +00:00
Jack Wills 679203cf2d feat: docker_recv for all docker commands 2022-04-29 16:10:14 +00:00
Jack Wills 1017850a6c feat: refactored centered box to diplay in any of 9 areas 2022-04-28 21:25:27 +00:00
Jack Wills 5101f60aaa init commit 2022-04-25 02:44:39 +00:00