1
0
Fork 0
TUI adaptation of dmenu
Go to file
Simon M e8083b6778 restored padding, fixed broken paging 2018-12-31 12:43:52 +11:00
.gitignore Add slmenu to gitignore 2016-04-11 16:06:12 +01:00
LICENSE First 2014-03-05 06:08:46 -05:00
Makefile makefile: don't print options on build 2016-04-11 15:30:30 +01:00
README.md Make README markdown 2016-04-11 15:56:39 +01:00
config.mk Switch build var from _BSD_SOURCE to _DEFAULT_SOURCE 2016-04-11 15:57:14 +01:00
slmenu.1 Remove clipboard support 2016-04-11 15:58:03 +01:00
slmenu.c restored padding, fixed broken paging 2018-12-31 12:43:52 +11:00

README.md

slmenu - single line menu

slmenu is a dmenu clone for the console.

Requirements

Just a C compiler that supports _BSD_SOURCE

Installation

Edit config.mk to match your local setup (slmenu is installed into the /usr/local namespace by default).

Afterwards enter the following command to build and install slmenu (if necessary as root):

make clean install

Running slmenu

See the man page for details.