diff --git a/README.md b/README.md index 4d99dfe..c7d73b2 100644 --- a/README.md +++ b/README.md @@ -104,3 +104,26 @@ yozf -c localhost - [Keybindings.](https://github.com/MAIF/yozefu/tree/main/docs/keybindings/README.md) - [Releasing a new version.](https://github.com/MAIF/yozefu/tree/main/docs/release/README.md) + + +## Screenshots + + + + + + + + + + +
+ A table listing topics and kafka records + + A table listing kafka records +
+ View of a selected kafka records + + View of the help page +
+ diff --git a/docs/screenshots/help.png b/docs/screenshots/help.png new file mode 100644 index 0000000..e60b8ff Binary files /dev/null and b/docs/screenshots/help.png differ diff --git a/docs/screenshots/record.png b/docs/screenshots/record.png new file mode 100644 index 0000000..6fdfc20 Binary files /dev/null and b/docs/screenshots/record.png differ diff --git a/docs/screenshots/records.png b/docs/screenshots/records.png new file mode 100644 index 0000000..e2b0a4b Binary files /dev/null and b/docs/screenshots/records.png differ diff --git a/docs/screenshots/topics.png b/docs/screenshots/topics.png new file mode 100644 index 0000000..ea7669f Binary files /dev/null and b/docs/screenshots/topics.png differ