Cloudef / bemenu

Dynamic menu library and client program inspired by dmenu
GNU General Public License v3.0
1.16k stars 90 forks source link

[feature] add printing index of selection instead of selection #337

Open squidgyberries opened 1 year ago

squidgyberries commented 1 year ago

Printing the index of the selection instead of the selection itself like in this dmenu patch is very useful for creating scripts. I would imagine this would be a little harder to implement in bemenu though because of the library and client structure.