mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
31 lines
525 B
Plaintext
31 lines
525 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# asciiquarium
|
|
|
|
> Display an animated aquarium in ASCII art inside the terminal.
|
|
> See also: `cmatrix`, `cbonsai`, `pipes.sh`.
|
|
> More information: <https://robobunny.com/projects/asciiquarium/html/?page=2>.
|
|
|
|
- Start `asciiquarium`:
|
|
|
|
`asciiquarium`
|
|
|
|
- Pipe the output through `lolcat` for rainbow colors:
|
|
|
|
`asciiquarium | lolcat`
|
|
|
|
- Toggle [p]ause:
|
|
|
|
`<p>`
|
|
|
|
- [r]edraw aquarium and all entities:
|
|
|
|
`<r>`
|
|
|
|
- Exit `asciiquarium`:
|
|
|
|
`<q>`
|