-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9c0b6e3
commit fd7059a
Showing
5 changed files
with
91 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<p> | ||
<a href="https://github.com/jonas-grgt/ktea/releases"><img src="https://img.shields.io/github/release/jonas-grgt/ktea.svg" alt="Latest Release"></a> | ||
<a href="https://github.com/jonas-grgt/ktea/actions"><img src="https://github.com/jonas-grgt/ktea/actions/workflows/ci.yml/badge.svg?branch=main" alt="Build Status"></a> | ||
</p> | ||
|
||
# ktea - kafka terminal client | ||
|
||
ktea is a tool designed to simplify and accelerate interactions with Kafka clusters. | ||
|
||
 | ||
|
||
## Installation | ||
### Mac | ||
```sh | ||
brew tap jonas-grgt/ktea | ||
brew install ktea | ||
``` | ||
|
||
### Linux | ||
Binaries available at the release page. | ||
|
||
### Windows | ||
Coming soon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
Output demo.gif | ||
|
||
# Set up a 1200x600 terminal with 46px font. | ||
Set FontSize 12 | ||
Set Width 1200 | ||
Set Height 600 | ||
Set Padding 5 | ||
|
||
# Type a command in the terminal. | ||
Type "ktea" | ||
Enter | ||
|
||
Wait+Screen /Topics/ | ||
Sleep 2s | ||
|
||
# search | ||
Type "/" | ||
Type "shipping" | ||
Sleep 0.5s | ||
Enter | ||
|
||
# open consumption page | ||
Sleep 2s | ||
Enter | ||
Sleep 0.2s | ||
Enter | ||
Sleep 0.2s | ||
Enter | ||
Sleep 0.2s | ||
Enter | ||
Sleep 2.0s | ||
|
||
# view record | ||
Enter | ||
Sleep 1s | ||
|
||
# switch to headers | ||
Right | ||
Sleep 0.5s | ||
Down | ||
Sleep 0.5s | ||
Down | ||
|
||
Sleep 5s |