-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
30 lines (23 loc) · 785 Bytes
/
README
File metadata and controls
30 lines (23 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
selector
--------
this is a fork of dmenu but with the ability to type
removed (and the prompt removed), much like:
https://tools.suckless.org/dmenu/patches/no-input/
however this is intended to be used without a prompt
as well. the ability to make multiple selections has
also been removed (i didnt even know you could do
that until i started this project).
currently only tested on openbsd with dwm on xenocara.
installation
------------
first edit config.mk and config.def.h to your liking and:
# make clean install
running selector
----------------
use it the same way you use dmenu:
$ printf 'one\ntwo' | selector -l 2 -i
todo
----
currently, the prompt does not work and pages (the amount
of items that can fit into the current width or length)
need to be recalculated.