Jack Wills
76fd178894
chore: release v0.3.2
2023-08-28 13:32:34 +00:00
Jack Wills
62c78dfaa5
refactor: set_error take gui_state
...
insert into gui_state status when setting error
2023-08-26 12:40:53 +00:00
Jack Wills
2e27462d1b
refactor: loading_spin fn remove async
2023-08-24 16:26:30 +00:00
Jack Wills
1095078764
feat: Docker Host env, closes #30
...
oxker will check for an optional cli_arg `--host`, then the $DOCKER_HOST env, and if found use for connection.
Fix unresponsiveness in debug mode when error set
2023-08-17 15:34:18 +00:00
Jack Wills
937202fe34
feat: delete container, closes #27
...
Enable a user to delete a container. A dialog will pop up to ask the user to confirm the deletion. A user can then click on either button, or press N/Y to make a selection
2023-03-30 02:12:03 +00:00
Jack Wills
e3d0d64b4d
docs: changelog
2023-03-13 00:56:16 +00:00
Jack Wills
8ba37a165b
refactor: reaplace unwrap_or(()) with .ok()
2023-03-09 15:18:00 +00:00
Jack Wills
924f14e998
feat: increase mpsc channel size (16 to 32 messages)
2023-03-07 03:24:42 +00:00
Jack Wills
598f67c6f6
feat: KeyEvents send modifier, so can quit on ctrl + c
2023-03-02 16:09:57 +00:00
Jack Wills
0a1b531116
feat: Acutal fix the the mouse events output
...
The EnableMouseCapture from Crossterm was too broad, by only enabling a subject of the events, 1) performance is improvedand 2) and intermittent bug where mouse events were output to stdout has been removed
2023-03-02 01:09:17 +00:00
Jack Wills
b8f5792d18
refactor: dead code removed
2023-03-01 19:18:36 +00:00
Jack Wills
3437df5988
refactor: ui into a struct
2023-02-28 19:48:49 +00:00
Jack Wills
2626250ace
fix: stop_running function
...
Use stop_running to set the global is_running AtomicBool to false, and to also, on a seperate thread, enable & then disable mouse capture, as was experience strange issue on Linux & WSL with mouse movements being piped to stdout
2023-02-28 18:10:24 +00:00
Jack Wills
31bfaa7a95
wip: fix for mouse capture bug
2023-02-28 04:10:31 +00:00
Jack Wills
846e0641d0
wip: mouse capture errors
2023-02-27 19:52:03 +00:00
Jack Wills
b6c3ce21ca
fix: move final stout flush to main.rs
2023-02-27 02:56:38 +00:00
Jack Wills
8437cca72f
docs: changelog
2023-02-03 22:39:09 +00:00
Jack Wills
d48e6561f9
chore: clippy todo warn
2023-02-03 21:49:19 +00:00
Jack Wills
17b71b6b41
feat: switch to scratch docker container
2023-02-03 21:40:14 +00:00
Jack Wills
d7a8639d8b
docs: changelog
2023-01-29 02:12:02 +00:00
Jack Wills
c0bb5355d6
refactor: app_data methods re-ordered & renamed
2023-01-29 01:52:38 +00:00
Jack Wills
1025579138
docs: comment typo
2023-01-28 17:23:27 +00:00
Jack Wills
a174dafe1b
refactor: needless (double) referencing removed
2023-01-26 21:00:32 +00:00
Jack Wills
a53de908c6
docs: changelog
2023-01-21 22:06:53 +00:00
Jack Wills
97b89349dc
refactor: main.rs tidy up
2023-01-18 02:05:00 +00:00
Jack Wills
bd7dfcd2c5
feat: align memory columns correctly, closes #20
...
use kB as minimum bytestats unit, screenshot updated
2023-01-14 18:01:38 +00:00
Jack Wills
20feacb8ae
fix: linting removed
2022-12-25 15:27:20 +00:00
Jack Wills
bf9dcac704
chore: Rust 1.66 linting
2022-12-15 16:34:24 +00:00
Jack Wills
160b8021b1
fix: disallow commands to be sent so an oxker container, closes #19
2022-12-05 03:52:41 +00:00
Jack Wills
cf14ba4989
feat: default order of created time, reset sorted, closes #18
2022-12-04 21:42:54 +00:00
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
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