System Grab Bag

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

rofi

An application launcher and window switcher. More information: https://github.com/davatorium/rofi.
  • Show the list of apps:
    rofi -show drun
  • Show the list of all commands:
    rofi -show run
  • Switch between windows:
    rofi -show window
  • Pipe a list of items to stdin and print the selected item to stdout:
    printf "{{Choice1\nChoice2\nChoice3}}" | rofi -dmenu

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.