Jack Wills
59797685df
fix: loading icon color & shifting, closes #15
2022-10-13 02:33: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
3e26f292c7
refactor: map_or_else to map_or
2022-10-07 01:45:01 +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
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
37d8791672
chore: comment typos
2022-09-19 21:59:09 +00:00
Jack Wills
76677316fd
chore: release v0.1.4
2022-09-07 14:53:01 +00:00
Jack Wills
66583e1b03
feat: is_loading use HashSet<Uuid>
...
each set loading function uses a unique uuid, so that the loading animation will always be played, previously would stop on any remove_loading call
2022-09-07 14:33:03 +00:00
Jack Wills
34275b0220
refactor: gui const fn's take self
2022-09-07 13:59:40 +00:00
Jack Wills
fd0081ee7f
revert: Dockerdate stat refactor, inadvertently reduced update interval
2022-09-07 03:25:36 +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
305f3ee980
chore: release v0.1.3
2022-08-04 17:25:50 +00:00
Jack Wills
258ada731b
chore: linting warns removed
2022-08-04 13:29:09 +00:00
Jack Wills
0e11767db8
chore: cargo fmt
2022-08-04 13:18:27 +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
d9801cdf37
fix: dependencies update
...
update colorize_logs with updated cansi methods
2022-08-04 11:34:07 +00:00
Jack Wills
4fdef153bf
chore: release v0.1.0
2022-07-23 04:24:11 +00:00
Jack Wills
3dd1c1323b
refactor: dead code removed
2022-07-23 04:22:56 +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
dc4a62910c
wip: sort_by
2022-07-22 03:29:23 +00:00
Jack Wills
0446680348
fix: alt+tab > shift+tab typo
2022-07-06 00:47:59 +00:00
Jack Wills
1674db8a20
docs: comments improved
2022-05-30 14:30:25 +00:00
Jack Wills
a5d7dabbd6
refactor(draw_blocks)r: max_line_width()
2022-05-30 14:24:49 +00:00
Jack Wills
f9075519ed
refactor: cargo fmt
2022-05-30 02:31:20 +00:00
Jack Wills
63b7de5345
fix: out of bounds error, closes [ #8 ]
...
use .is_some() and if let Some() to make sure that container indexes are still valid, without can cause out of bounds issue due to docker update frequencies
2022-05-30 02:13:17 +00:00
Jack Wills
78dca39a65
fix: ui unwraps()
...
replace unwraps with if let Ok() and unwrap_or(())
2022-05-30 01:39:15 +00:00
Jack Wills
3a7e3974f5
refactor: cargo fmt
2022-05-30 01:00:45 +00:00
Jack Wills
e497f3f2d9
fix: help panel text
...
show pg/pgdown, home/end, in help panel
2022-05-22 12:14:52 +00:00
Jack Wills
11d5ba361e
docs: readme typo
2022-05-14 22:48:10 +00:00
Jack Wills
2f5452027e
fix: logo In help menu, space/tab issue
2022-05-08 19:46:03 +00:00
Jack Wills
cb72b9c328
chore: release v0.0.3
2022-05-08 19:30:42 +00:00
Jack Wills
d41c42adc2
Merge branch 'dev' of https://github.com/siph/oxker into siph-dev
2022-05-08 18:03:01 +00:00
siph
d30dabae50
feat: vim movement keys
2022-05-08 11:37:14 -06:00