tui-cock

Crates.iotui-cock
lib.rstui-cock
version
sourcesrc
created_at2025-01-31 19:39:26.359103
updated_at2025-01-31 20:34:38.777956
descriptionCock For Your Terminal
homepage
repository
max_upload_size
id1537771
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(immanelg)

documentation

README

Terminal cock

Install

cargo install --locked --git https://github.com/immanelg/tui-cock
cargo install --locked tui-cock

Run

tui-cock 20

The argument is the size of the cock. It is probably between 10 and 69, should be easy to try different values to see what looks good for your terminal.

Zellij

The cock looks nice in a zellij layout, e.g.

layout {
    pane command="btm" size="65%"
    pane split_direction="vertical" {
        pane {
            command "gping"
            args "192.168.50.1" "8.8.8.8" "1.1.1.1" "-n" "1" "-b" "300"
        }
        pane size="20%" {
            command "tui-cock"
            args "20"
        }
    }
}
Commit count: 0

cargo fmt