https://github.com/afrontend/xmenu
menu list to execute a command
https://github.com/afrontend/xmenu
Last synced: 5 months ago
JSON representation
menu list to execute a command
- Host: GitHub
- URL: https://github.com/afrontend/xmenu
- Owner: afrontend
- License: mit
- Created: 2019-06-07T14:19:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T21:58:25.000Z (almost 3 years ago)
- Last Synced: 2025-06-26T12:51:53.754Z (12 months ago)
- Language: JavaScript
- Size: 604 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://afrontend.github.io)
[npm-image]: https://badge.fury.io/js/xmenu.svg
[npm-url]: https://npmjs.org/package/xmenu
[travis-image]: https://travis-ci.org/afrontend/xmenu.svg?branch=master
[travis-url]: https://travis-ci.org/afrontend/xmenu
[daviddm-image]: https://david-dm.org/afrontend/xmenu.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/afrontend/xmenu
[coveralls-image]: https://coveralls.io/repos/afrontend/xmenu/badge.svg
[coveralls-url]: https://coveralls.io/r/afrontend/xmenu