2025-03-14 21:59:59 -06:00
|
|
|
# pipes.sh
|
|
|
|
|
|
|
|
|
|
> A Bash script which draws randomly pathed pipes over the terminal.
|
2025-12-16 10:20:31 -07:00
|
|
|
> See also: `cmatrix`, `cbonsai`, `asciiquarium`.
|
|
|
|
|
> More information: <https://github.com/pipeseroni/pipes.sh#options>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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 -C`
|
|
|
|
|
|
|
|
|
|
- Display [v]ersion:
|
|
|
|
|
|
|
|
|
|
`pipes.sh -v`
|