snippetbashTip
pipes.sh — A Bash script which draws randomly pathed pipes over the terminal. See also: `cmatrix`, `cbonsai`, `
Viewed 0 times
drawscommandpipes.shclirandomlywhichscriptbash
Problem
How to use the
pipes.sh command: A Bash script which draws randomly pathed pipes over the terminal. See also: cmatrix, cbonsai, asciiquarium. More information: <https://github.com/pipeseroni/pipes.sh#options>.Solution
pipes.sh — A Bash script which draws randomly pathed pipes over the terminal. See also: cmatrix, cbonsai, asciiquarium. More information: <https://github.com/pipeseroni/pipes.sh#options>.Change the pa[t]tern of the pipes:
pipes.sh -t {{0..9}}Change the [c]olor of the pipes:
pipes.sh -c {{0..7}}Change the [f]ramerate of the pipes:
pipes.sh -f {{20..100}}Disable [C]olors:
pipes.sh -CDisplay [v]ersion:
pipes.sh -vCode Snippets
Change the pa[t]tern of the pipes
pipes.sh -t {{0..9}}Change the [c]olor of the pipes
pipes.sh -c {{0..7}}Change the [f]ramerate of the pipes
pipes.sh -f {{20..100}}Disable [C]olors
pipes.sh -CDisplay [v]ersion
pipes.sh -vContext
tldr-pages: common/pipes.sh
Revisions (0)
No revisions yet.