mirror of
https://github.com/mum4k/termdash.git
synced 2025-04-25 13:48:50 +08:00
Added animated gif and updated README
This commit is contained in:
parent
2e09f14825
commit
e00b62cba5
24
README.md
24
README.md
@ -184,6 +184,28 @@ go run widgets/segmentdisplay/segmentdisplaydemo/segmentdisplaydemo.go
|
||||
|
||||
[<img src="./doc/images/segmentdisplaydemo.gif" alt="segmentdisplaydemo" type="image/gif">](widgets/segmentdisplay/segmentdisplaydemo/segmentdisplaydemo.go)
|
||||
|
||||
## The TreeView
|
||||
|
||||
Displays a tree view which provides a hierarchical and collapsible view for displaying and interacting with nested data structures.
|
||||
[treeviewdemo](widgets/treeview/treeviewdemo/treeviewdemo.go).
|
||||
|
||||
```go
|
||||
go run widgets/treeview/treeviewdemo/treeviewdemo.go
|
||||
```
|
||||
|
||||
[<img src="./doc/images/treeviewdemo.gif" alt="treeviewdemo" type="image/gif">](widgets/treeview/treeviewdemo/treeviewdemo.go)
|
||||
|
||||
## The Tab
|
||||
|
||||
Displays a tabbed view for displaying and interacting with multiple widgets. It also includes an optional feature to follow the notifications or alarms by navigating to the respective tab.
|
||||
[tabdemo](widgets/tab/tabemo/tabdemo.go).
|
||||
|
||||
```go
|
||||
go run widgets/tab/tabdemo/tabdemo.go
|
||||
```
|
||||
|
||||
[<img src="./doc/images/tabdemo.gif" alt="tabdemo" type="image/gif">](widgets/tab/tabdemo/tabdemo.go)
|
||||
|
||||
# Contributing
|
||||
|
||||
If you are willing to contribute, improve the infrastructure or develop a
|
||||
@ -219,7 +241,7 @@ Termdash uses [this branching model](https://nvie.com/posts/a-successful-git-bra
|
||||
- [perfstat](https://github.com/flaviostutz/perfstat): Analyze and show tips about possible bottlenecks in Linux systems.
|
||||
- [gex](https://github.com/Tosch110/gex): Cosmos SDK explorer in-terminal.
|
||||
- [ali](https://github.com/nakabonne/ali): ALI HTTP load testing tool with realtime analysis.
|
||||
|
||||
- [suimon](https://github.com/bartosian/suimon): SUI blockchain explorer and monitor.
|
||||
# Disclaimer
|
||||
|
||||
This is not an official Google product.
|
||||
|
BIN
doc/images/tabdemo.gif
Normal file
BIN
doc/images/tabdemo.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 MiB |
Loading…
x
Reference in New Issue
Block a user