Skip to content

Commit 2829271

Browse files
authored
Update README (#6)
1 parent 00526d6 commit 2829271

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

README.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tuistash
22

3-
A Terminal User Interface for Logstash.
3+
A Terminal User Interface (TUI) for monitoring Logstash 🪵
44

55
![demo](docs/img/demo.gif)
66

@@ -15,7 +15,7 @@ brew tap edmocosta/homebrew-tap
1515
brew install tuistash
1616
```
1717

18-
### Manual
18+
### Manually
1919
Download the latest release from the [GitHub releases page](https://github.com/edmocosta/tuistash/releases) or build it from the source:
2020

2121
1 - Install Rust and Cargo (Linux and macOS):
@@ -65,13 +65,28 @@ Options:
6565

6666
```
6767

68-
### TUI:
68+
### TUI
6969

7070
```shell
7171
./tuistash
7272
```
7373

74-
### GET command:
74+
```shell
75+
./tuistash tui --help
76+
```
77+
78+
```shell
79+
Logstash TUI
80+
81+
Usage: tuistash tui [OPTIONS]
82+
83+
Options:
84+
-i, --interval <INTERVAL> Refresh interval in seconds [default: 1]
85+
```
86+
87+
### Other commands
88+
89+
#### GET
7590

7691
```shell
7792
./tuistash get node --help

0 commit comments

Comments
 (0)