Skip to content

Commit

Permalink
Update ttydash version to 0.2.0 and modify description in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndPuQing committed Oct 4, 2024
1 parent 9f3d945 commit 12dc91c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "ttydash"
version = "0.1.12"
version = "0.2.0"
edition = "2021"
description = "A terminal dashboard for custom monitoring."
description = "A terminal-based dashboard for real-time data visualization."
authors = ["PuQing <[email protected]>"]
build = "build.rs"
repository = "https://github.com/550W-HOST/ttydash"
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

![ttydash](./assets/Snipaste.png)

Auto Layout

![ttydash](./assets/grid.png)

## Installation

```bash
Expand Down Expand Up @@ -77,7 +81,7 @@ while true; echo "1 2 3"; sleep 0.5; end | ttydash -g
## flags
```bash
A terminal dashboard for custom monitoring.
A terminal-based dashboard for real-time data visualization.
Usage: ttydash [OPTIONS] [COMMAND]
Expand All @@ -95,6 +99,7 @@ Options:
-i, --indices <INT> Index vector to be used in the chart
-g, --group[=<GROUP>] Group together to show multiple charts in the same window [default: false] [possible values: true, false]
--update-frequency <INT> Update frequency, i.e. number of milliseconds between updates [default: 1000]
-l, --layout <STRING> Layout of the chart [default: auto] [possible values: horizontal, vertical, auto]
-h, --help Print help
-V, --version Print version
```
Binary file added assets/grid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 12dc91c

Please sign in to comment.