mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 13:22:06 +02:00
pipes.sh: add page (#12439)
Co-authored-by: Fazle Arefin <fazlearefin@users.noreply.github.com> Co-authored-by: Juri Dispan <juri.dispan@posteo.net> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
parent
c5701fcfc9
commit
3642a8681e
1 changed files with 24 additions and 0 deletions
24
pages/common/pipes.sh.md
Normal file
24
pages/common/pipes.sh.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# pipes.sh
|
||||||
|
|
||||||
|
> A bash script which draws randomly pathed pipes over the terminal.
|
||||||
|
> More information: <https://github.com/pipeseroni/pipes.sh>.
|
||||||
|
|
||||||
|
- 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`
|
Loading…
Add table
Reference in a new issue