-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

dmenu


> Dynamic menu.

> Creates a menu from a text input with each item on a new line.

More information.


Display a menu of the output of the `ls` command:

{ls} | dmenu

Display a menu with custom items separated by a new line (`\n`):

echo -e "{red}\n{green}\n{blue}" | dmenu

Let the user choose between multiple items and save the selected one to a file:

echo -e "{red}\n{green}\n{blue}" | dmenu > {color.txt}

Launch dmenu on a specific monitor:

ls | dmenu -m {1}

Display dmenu at the bottom of the screen:

ls | dmenu -b


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 01:32:05 2024