System Grab Bag

View all TLDR pages from common (or from all pages)

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.