Jack Wills
17a5e7a258
feat: set log timezone, closes #56
...
Implement a CLI arg, and config file setting, for changing the timezone of the Docker logs timestamp
2025-02-21 11:03:19 +00:00
Jack Wills
66dabb84a5
chore: Dev Docker File comments/examples added
2023-11-20 15:02:03 +00:00
Jack Wills
0e5ee143b0
feat: exec mode improvements
...
Use Bollard library to exec in pure Rust.
`--use-cli` cli arg, will then only try to exec into containers using
Docker.
Only try to exec into a container if the state == Running.
2023-11-18 22:44:39 +00:00
Jack Wills
c8077bca0b
feat: Docker exec mode, closes #28
2023-11-16 11:19:09 +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
3d41fff62b
docs: various typos
2023-02-17 18:42:32 +00:00
Jack Wills
17b71b6b41
feat: switch to scratch docker container
2023-02-03 21:40:14 +00:00
Jack Wills
ec6d04536a
docs: dev dockerfile example build
2022-12-04 21:58:30 +00:00
Jack Wills
c93870e5fb
feat: -s flag for showing self when conterainerised
2022-12-04 21:42:07 +00:00
Jack Wills
4f672fee05
docs: Dockerfile comments
2022-12-03 14:22:47 +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
211f481c38
feat: self dockerisation dev Dockefile
2022-09-06 14:38:29 +00:00