Versions in this module Expand all Collapse all v0 v0.3.0 Aug 20, 2024 Changes in this version + func WithActive(a string) opt + func WithBallotSelectedString(s string) opt + func WithBallotUnselectedString(s string) opt + func WithCaseInsentitive() opt + func WithDisplayColumnSeparator(s string) opt + func WithDisplayColumns(c string) opt + func WithEntries(e ...*entry.Entry) opt + func WithExecPath(path string) opt + func WithFormat(f string) opt + func WithInput(f string) opt + func WithKeepRight() opt + func WithLines(n int) opt + func WithMarkupRows() opt + func WithMessage(m string) opt + func WithMultiSelect() opt + func WithNoCustom() opt + func WithOnlyMatch() opt + func WithPassword() opt + func WithPrompt(p string) opt + func WithSelect(s string) opt + func WithSync() opt + func WithUrgent(u string) opt + func WithWindowID(id string) opt + func WithWindowTitle(t string) opt + type Dmenu struct + func New(opts ...opt) *Dmenu + func (d *Dmenu) AddEntries(entries ...*entry.Entry) + func (d *Dmenu) Select(ctx context.Context) (selection string, err error)