Skip to content

A fork of suckless' dmenu meant only for selecting using hjkl and so on

License

Notifications You must be signed in to change notification settings

tiesinto/selector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A fork of suckless' dmenu meant only for selecting using hjkl and so on

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published