Crates.io | tdash |
lib.rs | tdash |
version | 0.1.0 |
source | src |
created_at | 2024-08-03 01:37:23.181308 |
updated_at | 2024-08-03 01:37:23.181308 |
description | Create a dashboard where you can see all output from different terminal commands in a layout. |
homepage | |
repository | https://github.com/caycun/tdash |
max_upload_size | |
id | 1324023 |
size | 35,729 |
Create a dashboard where you can see all output from different terminal commands in a layout.
Create a .yaml file with the commands you want to use
- command: "ping google.com"
size: 40
direction: 1
- command: "ping facebook.com"
size: 20
direction: 2
- command: "ping youtube.com"
size: 10
direction: 2
Currently, direction system is not implemented yet. Direction is whether the screen should be horizontal[1] or vertical[2]
Run the command:
cargo run -- --file <yaml_file_name>
Function | Key |
---|---|
Focus screen | f + number |
Full screen mode | Enter |
Exit full screen | Esc |
Quit tdash | q |