afrontend / xmenu

menu list to execute a command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xmenu

program launcher to execute a command in terminal

Use npm

Installation

npm install -g xmenu

Usage

$ xmenu xeyes xeyes xterm xterm terminator terminator

or

$ xmenu -c > ~/.xmenu.json
$ vim ~/.xmenu.json
$ xmenu

__  ___ __ ___   ___ _ __  _   _
\ \/ / '_ ` _ \ / _ \ '_ \| | | |
 >  <| | | | | |  __/ | | | |_| |
/_/\_\_| |_| |_|\___|_| |_|\__,_|

? > (Use arrow keys)
xeyes
xterm
❯ terminator

Use Docker

Installation

docker pull afrontend/xmenu

Usage

docker run --rm afrontend/xmenu xmenu

License

MIT © Bob Hwang

About

menu list to execute a command

License:MIT License


Languages

Language:JavaScript 98.3%Language:Dockerfile 1.7%