For dmenu modifications go to http://tools.suckless.org/dmenu/ and read about patching, or use some patched versions from github, like Luke Smiths https://github.com/LukeSmithxyz/dmenu. Source: 9 months ago
Some features are nice to have. Give dmenu [0] a try, pipe it into other CLI utils and see how useful it can be to have drop-downs sometimes. [0] https://tools.suckless.org/dmenu/. - Source: Hacker News / about 1 year ago
This is a wonderful project! I've been thinking a lot about making such a unified desktop stack for a while now; web technology has matured to the point where I think it's feasible to build a complete environment a la Smalltalk/Symbolics but with a modern feature set. Obviously this has deficiencies but like it or not the web _is_ computing for the vast majority of people and exploring/pushing its limits of user... - Source: Hacker News / over 1 year ago
I love simplicity of dmenu and it's quite powerful with some scripts. Source: over 1 year ago
Everything is a fast file search tool for windows. OP can use dmrun by suckless or plocate (cli) . I don't know if there is any comparable gui available. Source: over 1 year ago
Dude, there are plenty of tools that let you use applications without mouse or arrows keys. As an i3 user you shoul be aware of at least dmenu or Rofi. Even a plain old shell falls into that category. Especially with a fuzzy completer like fzf to minimize on pressing tab in your plain shell. Source: over 1 year ago
I was curious if anyone here had some software they could recommend? I am having a hard time finding an alternative for tmux, slock, dmenu, and st though I am researching. I am also researching archiving and compression libraries in 100% Common Lisp to replace tar and such. I am also reading over the source code for cl-git as I know I will not find a Lisp implementation that does not rely on C for git protocol :(. Source: almost 2 years ago
This is dmenu. Install it and bind to some keyboard shortcut. Source: about 2 years ago
It requires dmenu as UI, you may find it there : http://tools.suckless.org/dmenu/. Source: about 2 years ago
Look at ZSH, NeoVim, Dmenu/Rofi, LF file manager, or nearly every WM; these (and many more) all come with pretty much no defaults and need heavy configuring to achieve their usability potential but they manage to be used and loved by many. Source: over 2 years ago
GNU/Linux users may be interested in rofi [0] or the more spartan dmenu [1] [0] https://github.com/davatorium/rofi [1] https://tools.suckless.org/dmenu/. - Source: Hacker News / over 2 years ago
> CLIs (that read input from stdin and spit out results to stdout/stderr) are useful in an automation/data processing pipeline. TUI's and GUI's can both be used in the middle of a pipe when things require some manual fiddling, Git commit would be an example of this, opening vim to edit the commit message. Here's an example (https://stackoverflow.com/questions/8371877/ncurses-and-linux-pipeline/44884859#44884859)... - Source: Hacker News / over 2 years ago
If I understand you correctly, you're looking for dmenu, or rofi. Source: over 2 years ago
Hi, I'm currently using tabbed to add tabbing functionality to st. In tabbed's config file there exists this keybind to fire up a dmenu instance within tabbed, which lists all current tabs inside it:. Source: almost 3 years ago
a dumb utility that scripts xdotool. I position the mouse in location A, launch my script with dmenu, enter a number N, move my mouse to location B, and hit Enter. It then clicks on location A, moves to location B and clicks there, and does it N times. It saves me hours of tedious clicking across several applications. Source: almost 3 years ago
I love these interfaces and use them wherever I can. On MacOS I use Alfred for launching applications, killing processes, controlling music playback, searching the web and my filesystem, swapping file tabs, and tons more. Spotlight search, which is built in, is also very competent. For the command line I use fzf which can add fuzzy search for all sorts of things. Built in its ctrl+r functionality I find very... - Source: Hacker News / over 3 years ago
Http://tools.suckless.org/dmenu/ is the best implementation of this pattern. It’s sad how browser’s select element usually grinds to a halt with a dictionary of words whilst dmenu feels instant. - Source: Hacker News / over 3 years ago
The requirements for this script are dmenu and the python wrapper for dmenu. Source: over 3 years ago
You're looking for dmenu or rofi, I think. You can run commands from both, if I'm not mistaken. Source: over 3 years ago
I don't use Windows other then in a VM, normally just use it directly with dmenu. But a quick search found these apps :). Source: over 3 years ago
Much like the `find | xargs` version you can begin with `zargs -- $glob` until your filter is correct and then tack the command on when you're ready. Hmm, now I really like the idea of an oil-y version of this where you could do something like `oargs { $clearer_glob_DSL } { $command_block }`. It might even be possible right now using stest from dmenu¹ as a stand-in for a more advanced globbing alternative. I... - Source: Hacker News / over 3 years ago
Do you know an article comparing dmenu to other products?
Suggest a link to a post with product alternatives.
This is an informative page about dmenu. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.