Jack Wills
71ae53cc82
fix: create_release.sh closes sed
2022-10-16 01:53:29 +00:00
Jack Wills
7521136727
docs: changelog
2022-10-16 01:49:20 +00:00
Jack Wills
7d958abf03
docs: changelog
2022-10-16 01:45:08 +00:00
Jack Wills
89023cd98c
chore: platform.sh indent
2022-10-16 01:42:51 +00:00
Jack Wills
278fd84131
docs: changelog
2022-10-16 01:35:50 +00:00
Jack Wills
24a7911833
docs: changelog
2022-10-16 01:35:32 +00:00
Jack Wills
f4a72d78d2
Merge branch 'feat/log_container_name' into dev
2022-10-16 01:26:04 +00:00
Jack Wills
c3e72ae736
chore: cargo update
2022-10-16 01:23:09 +00:00
Jack Wills
a060d03258
refactor: Cpu+Mem stats use tuple struct
2022-10-16 01:23:02 +00:00
Jack Wills
9cb0c414af
feat: log title show container name, closes #16
2022-10-16 01:22:04 +00:00
Jack Wills
a98e8b7260
chore: cargo fmt
2022-10-16 00:00:41 +00:00
Jack Wills
113953eacd
Merge branch 'feat/application_state' into dev
2022-10-15 00:23: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
46ffbeef6a
docs: changelog
2022-10-14 19:07:42 +00:00
Jack Wills
67c4957568
feat: terminal.clear() after run_app
2022-10-13 17:45:29 +00:00
Jack Wills
3c8d59c666
fix: create_release.sh release_continue
2022-10-13 17:44:41 +00:00
Jack Wills
bc750ea0d4
Merge branch 'fix/loading_icon' into dev
2022-10-13 02:34:25 +00:00
Jack Wills
ea08a12246
fix: comment typo
2022-10-13 02:33:32 +00:00
Jack Wills
59797685df
fix: loading icon color & shifting, closes #15
2022-10-13 02:33:05 +00:00
siph
2fcfe9dd6d
docs: add nix instructions
...
Oxker has been merged into nixpkgs. This commit adds instructions for
using oxker with nix. This also reworks the 'Run & Install' section to
be more cohesive.
2022-10-08 19:19:26 -06:00
Jack Wills
c07e2ada62
Merge branch 'main' into dev
2022-10-08 23:41:35 +00:00
Jack Wills
0c3a1d8c0b
fix: track Cargo.lock, closes #12
2022-10-08 23:41:20 +00:00
Jack Wills
9689f1f856
chore: merge main into dev
2022-10-07 21:13:22 +00:00
Jack Wills
875cbd83b9
chore: merge release-v0.1.5 into main
2022-10-07 21:13:21 +00:00
Jack Wills
6492012d5f
chore: release v0.1.5
2022-10-07 21:13:21 +00:00
Jack Wills
b5055b4a7c
docs: changelog
2022-10-07 21:01:09 +00:00
Jack Wills
991448eb3c
docs: changelog
2022-10-07 20:33:53 +00:00
Jack Wills
02c9184a1b
Merge branch 'feat/id_newtype' into dev
2022-10-07 20:16:05 +00:00
Jack Wills
62fb224786
refactor: String::from("") > String::new()
2022-10-07 03:04:06 +00:00
Jack Wills
a77f690a49
refactor: replace iter() to into_iter(), and remove useless .iters()'s
2022-10-07 02:43:04 +00:00
Jack Wills
5660b34d51
refactor: map_or_else to map_or
2022-10-07 02:22:26 +00:00
Jack Wills
3e26f292c7
refactor: map_or_else to map_or
2022-10-07 01:45:01 +00:00
Jack Wills
5c9f253695
docs: --help explanation improved
2022-10-07 01:44:21 +00:00
Jack Wills
3661d696e9
refactor: map_or_else to map_or
2022-10-07 01:43:58 +00:00
Jack Wills
c41c0e4954
fix: color match bg/fg mix
2022-10-07 01:43:08 +00:00
Jack Wills
f12a83056b
refactor: Paragraph::new from str, rather than variable declaration
2022-10-02 01:46:15 +00:00
Jack Wills
6bee4d007a
refactor: clone()'s removed, allow(precision_loss)
2022-10-02 01:14:42 +00:00
Jack Wills
f5fc446295
refactor: use map_or_else
2022-10-02 00:31:01 +00:00
Jack Wills
a7b8df6b21
refactor: derive Default for CpuStats + ByteStats
2022-10-01 23:40:25 +00:00
Jack Wills
31fb2cb1e6
fix: u16::try_from for text widths
2022-10-01 23:28:08 +00:00
Jack Wills
41cbb84f28
feat: use ContainerId new_type
2022-10-01 23:27:38 +00:00
Jack Wills
6731002ee4
refactor: remove pointless clone()'s & variable declarations
2022-10-01 21:02:38 +00:00
Jack Wills
1dbb914387
docs: changelog
2022-10-01 20:05:34 +00:00
Jack Wills
e76878f424
refactor: Impl Copy where able to
2022-10-01 19:57:27 +00:00
Jack Wills
15597dbe69
chore: Update clap to v4
2022-10-01 17:43:20 +00:00
Jack Wills
17dc604bef
refactor: async fn to just fn
2022-09-28 23:32:15 +00:00
Jack Wills
a05bf561cc
docs: readme.md updated
2022-09-28 23:30:08 +00:00
Jack Wills
395e9e0962
Merge branch 'dev'
2022-09-27 19:51:08 -04:00
Jack Wills
cde843d2ad
fix: README & Comment typos
2022-09-27 19:50:33 -04:00