Commit Graph

76 Commits

Author SHA1 Message Date
Jack Wills fabf29a5d5 docs: readme.me updated 2025-02-22 09:23:47 +00:00
Jack Wills e9e033cc89 docs: readme.md 2025-02-21 22:57:37 +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 f4d54e1ba8 feat: config file, closes #47
Enable use of a config file, with custom keymap and custom colours
2025-02-16 12:54:35 +00:00
Jack Wills c739637b91 feat: --no-stderr cli arg, closes #52
New cli argument which will remove stderr output from logs, defaults to false
2024-12-03 15:01:56 +00:00
Jack Wills 895ec6204c docs: README.md add Homebrew link 2024-08-15 15:51:12 +00:00
Jack Wills baf6878392 docs: Readme fix
raspberry pi cmdline.txt location changed
2024-08-07 21:20:10 +00:00
Mike Fiedler 799da7cc8e Update README.md 2024-08-07 15:41:26 -04:00
Mike Fiedler 8e9f7b654f Add installation guide to README for macos installation via brew install oxker 2024-08-07 12:44:37 -04:00
Jack Wills de87681816 feat: unhealthy status, closes #43
Highlight an unhealthy container in Orange, and display "! running" as the state,

refactor: Move dev Docker files to docker directory
2024-08-01 21:35:37 +00:00
Jack Wills 91b451c6a3 refactor: filter mode displayed updated 2024-07-15 12:09:56 +00:00
Jack Wills d5d8a0dbc5 feat: filter containers, closes #37
Enable filtering of containers, toggled by pressing `F1` or `/`, build on PR #38 from MohammadShabaniSBU
2024-07-12 15:43:42 +00:00
Jack Wills df449a8537 docs: exec not available on windows 2024-05-24 21:47:12 +00:00
Jack Wills 397972c8a7 docs: README.md updated 2024-04-20 12:31:06 +00:00
Jack Wills 54af8cd46f docs: readme 2024-01-18 23:13:19 +00:00
Jack Wills 9c72b8ab1b docs: readme 2024-01-18 23:12:46 +00:00
Jack Wills 7561a93415 docs: screenshot updated 2024-01-18 16:46:51 +00:00
Jack Wills 53543a1b72 tests: gui tests 2024-01-16 10:38:22 +00:00
Jack Wills 061de032da chore: alpine version bump 2023-12-31 00:06:40 +00:00
Jack Wills 4c06abe0fb docs: README.md updated 2023-11-20 18:33:09 +00:00
Jack Wills 7e7ce55792 docs: README.md table of contents 2023-11-20 17:01:22 +00:00
Jack Wills a4b8163ce3 docs: screenshot updated 2023-11-20 16:42:17 +00:00
Jack Wills 1c173d0230 docs: README.md 2023-11-20 15:40:41 +00:00
Jack Wills 7969db93e2 docs: README.md 2023-11-20 14:19:15 +00:00
Jack Wills 7997015d36 docs: README.md 2023-11-20 12:56:12 +00:00
Jack Wills aba43859fd docs: README.md typo 2023-11-20 12:46:10 +00:00
Jack Wills b608432865 refactor: variable names updated 2023-11-20 10:27:54 +00:00
Jack Wills a15da5ed43 feat: export logs feature, closes #1
Save logs to a file.
 `--logs-dir` cli arg to change from the default location.

Refactor of input_handler
2023-11-19 22:25:28 +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 3fd3915b3e docs: README.md update 2023-10-18 10:25:09 +00:00
Jack Wills 4660a992df docs: README.md updated 2023-08-24 16:16:13 +00:00
Jack Wills 73ab7580c6 docs: README.md and screenshot updated 2023-03-30 02:58:44 +00:00
Jack Wills d431f85021 feat: use ratatui 2023-03-19 21:08:33 +00:00
Jack Wills fdc67c9249 docs: readme typos 2023-03-01 19:17:00 +00:00
Jack Wills a2e49bde5f docs: readme use shell code blocks 2023-02-17 18:42:26 +00:00
Jack Wills 41b0858dee docs: readme styling fix 2023-02-04 04:00:40 +00:00
Jack Wills a76bfbcbd9 docs: readme styling tweak 2023-02-03 21:39:48 +00:00
Jack Wills bd0202334c docs: changelog 2023-02-02 13:10:33 +00:00
Orhun Parmaksız 8897d4111f docs: update README.md about installation on Arch Linux 2023-02-01 23:44:43 +03:00
Jack Wills a53de908c6 docs: changelog 2023-01-21 22:06:53 +00:00
Jack Wills 8499c33598 docs: changelog/readme 2023-01-03 19:03:39 +00:00
Jack Wills d1672d28a6 docs: readme 2023-01-03 18:14:25 +00:00
Jack Wills 7a42eba6b0 feat: readme auto download/install added 2023-01-03 17:32:39 +00:00
Jack Wills c5ad2b31c1 docs: changelog 2022-12-05 03:55:09 +00:00
Jack Wills 43fe902bae docs: readme docker instructions add name to docker run one-liner 2022-12-05 03:22:33 +00:00
Jack Wills c93870e5fb feat: -s flag for showing self when conterainerised 2022-12-04 21:42:07 +00:00
Jack Wills 20c1dbb7cf docs: README typo/layout 2022-11-06 01:34:23 +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 a05bf561cc docs: readme.md updated 2022-09-28 23:30:08 +00:00