Commit Graph

79 Commits

Author SHA1 Message Date
Jack Wills a98e8b7260 chore: cargo fmt 2022-10-16 00:00:41 +00:00
Jack Wills 9e9d51559a feat: use gui_status for various gui states 2022-10-15 00:23:26 +00:00
Jack Wills 90e26c300e wip: gui_status, should use a hashset? 2022-10-14 21:26:20 +00:00
Jack Wills f5fc446295 refactor: use map_or_else 2022-10-02 00:31:01 +00:00
Jack Wills 41cbb84f28 feat: use ContainerId new_type 2022-10-01 23:27:38 +00:00
Jack Wills e76878f424 refactor: Impl Copy where able to 2022-10-01 19:57:27 +00:00
Jack Wills 7ec58e79a1 fix: docker update mem&cpu use binate value
spawn_id for mem&cpu use the current binate value, to enable two concurrent executes from the same docker container id
2022-09-07 04:18:30 +00:00
Jack Wills 18713c091e fix: KeyCodes check for uppercase
When checking keyboard button press, check for upper and lower cases
2022-09-07 03:02:02 +00:00
Jack Wills 1263662bd9 chore: linting pedantic 2022-08-04 12:56: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 f5504c47c5 refactor: input sorted 2022-07-23 01:15:58 +00:00
Jack Wills 3b69cc29fa docs: screenshot 2022-07-22 23:56:30 +00:00
Jack Wills c39e224d56 docs: readme updated 2022-07-22 20:54:43 +00:00
Jack Wills a70d6fa968 refacor: creation & drawing of headers 2022-07-22 20:38:22 +00:00
Jack Wills 96ca208197 wip: header+column widths 2022-07-22 19:38:19 +00:00
Jack Wills d14744b378 wip: sort by 2022-07-22 16:33:40 +00:00
Jack Wills 1674db8a20 docs: comments improved 2022-05-30 14:30:25 +00:00
Jack Wills c5c859d6b6 refactor: input_handler unwraps()
feat: disregarding docker command errors

replace if_some() +unwrap() with if let Some().
Docker commands unwrap()  replace with unwrap_or(())
2022-05-30 01:11:54 +00:00
Jack Wills 3a7e3974f5 refactor: cargo fmt 2022-05-30 01:00:45 +00:00
Jack Wills fc39aea582 refactor: input m_button
replace is_some() with a if let Some(), and improve comments
2022-05-30 00:44:40 +00:00
Jack Wills cb72b9c328 chore: release v0.0.3 2022-05-08 19:30:42 +00:00
siph d30dabae50 feat: vim movement keys 2022-05-08 11:37:14 -06:00
Jack Wills 679203cf2d feat: docker_recv for all docker commands 2022-04-29 16:10:14 +00:00
Jack Wills 757103c54f refactor: help box description from TOML 2022-04-29 01:39:21 +00:00
Jack Wills 00dfacfe13 refactor: m_button, help box text 2022-04-29 01:30:31 +00:00
Jack Wills b10f927481 feat: show id column 2022-04-29 01:03:06 +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 bb29c0ebfa fix: cargo fmt added to create_release 2022-04-25 02:53:14 +00:00
Jack Wills 5101f60aaa init commit 2022-04-25 02:44:39 +00:00