gh-screensaver: add page (#6578)

beep
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
1 changed files with 25 additions and 0 deletions

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`