Commit Graph

35 Commits

Author SHA1 Message Date
Jack Wills 48a89bef12 docs: Fix typos 2026-02-23 14:53:35 +00:00
Jack Wills 38dcc65973 docs: Dockerhub READEME.md updated 2025-12-09 09:34:03 +00:00
Jack Wills 27811934ca refactor: dead code removed 2025-02-23 09:24:39 +00:00
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 5ee48d5708 refactor: dead code removed 2024-11-19 08:27:45 +00:00
Jack Wills 0c6f53228f fix: update containerised Dockerfile 2024-11-19 08:25:55 +00:00
Jack Wills 068e4025a5 fix: Dockerfile command case 2024-07-27 09:55:57 +00:00
Jack Wills 0445b39f9e docs: typo 2024-05-07 19:44:38 +00:00
Jack Wills 7953e68f30 chore: platform.sh formatted 2024-03-30 15:24:24 +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 cebb975cb8 fix: typos 2023-02-27 02:56:47 +00:00
Jack Wills 3d41fff62b docs: various typos 2023-02-17 18:42:32 +00:00
Jack Wills f8dc90ebfa docs: changelog 2023-02-04 04:15:26 +00:00
Jack Wills 0bd317b7ce fix: container scratch image 2023-02-04 04:07:01 +00:00
Jack Wills 41b0858dee docs: readme styling fix 2023-02-04 04:00:40 +00:00
Jack Wills 17b71b6b41 feat: switch to scratch docker container 2023-02-03 21:40:14 +00:00
Jack Wills a76bfbcbd9 docs: readme styling tweak 2023-02-03 21:39:48 +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 89023cd98c chore: platform.sh indent 2022-10-16 01:42:51 +00:00
Jack Wills e76878f424 refactor: Impl Copy where able to 2022-10-01 19:57:27 +00:00
Jack Wills a05bf561cc docs: readme.md updated 2022-09-28 23:30:08 +00:00
Jack Wills acfca6ddac chore: Readme layout & typos 2022-09-19 21:58:51 +00:00
Jack Wills 86bfe8894c docs: readme updated 2022-09-07 18:00:42 +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 ee18e7c1cb docs: readme 2022-09-07 04:36:58 +00:00
Jack Wills 6c1aebd500 docs: Screenshot updated 2022-09-07 02:32:29 +00:00
Jack Wills 3d760d23cd docs: comments 2022-09-06 14:40:00 +00:00
Jack Wills 211f481c38 feat: self dockerisation dev Dockefile 2022-09-06 14:38:29 +00:00
Jack Wills eff79d3cfb feat: github action build for DockerHub 2022-09-06 01:06:56 +00:00
Jack Wills c2910aaef3 feat: self containerisation
Build oxker images, for x86, arm64v8, and armv6, and publish to Docker Hub
2022-09-05 22:05:24 +00:00