1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 23:15:24 +02:00

gh-screensaver: add page (#6578)

This commit is contained in:
Axel Navarro 2021-09-23 23:42:36 -03:00 committed by GitHub
parent 871643a677
commit 68125f7c60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,25 @@
# gh screensaver
> Extension for GitHub CLI that runs animated terminal screensavers.
> See also: `gh extension`.
> More information: <https://github.com/vilmibm/gh-screensaver>.
- Run a random screensaver:
`gh screensaver`
- Run a specific screensaver:
`gh screensaver --saver {{fireworks|marquee|pipes|pollock|starfield}}`
- Run the "marquee" screensaver with a specific text and font:
`gh screensaver --saver {{marquee}} -- --message="{{message}}" --font={{font_name}}`
- Run the "starfield" screensaver with a specific density and speed:
`gh screensaver --saver {{starfield}} -- --density {{500}} --speed {{10}}`
- List available screensavers:
`gh screensaver --list`