index.md - sites - public wiki contents of suckless.org
 (HTM) git clone git://git.suckless.org/sites
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
       index.md (3180B)
       ---
            1 Scripts using dmenu
            2 ===================
            3 dmenu's user, feel free to add your own scripts, or comment existents.
            4 
            5 Download
            6 --------
            7 * [clipmenu](https://github.com/cdown/clipmenu): Clipboard management using dmenu
            8 * [dbdb.sh](dbdb.sh): dmenu-based directory browser
            9 * [dbrowse](https://github.com/clamiax/scripts/blob/master/src/dbrowse):
           10   little files navigator
           11 * [DFM](https://github.com/amarakon/dfm):
           12   file manager based on dbrowse with more capabilities and customization
           13 * [dmenu_pass](http://efe.kim/files/scripts/dmenu_pass): A simpler pass menu
           14   implementation.
           15 * [dmenu\_path\_recent](https://github.com/ema/dotfiles/blob/master/bin/dmenu_path):
           16   dmenu_path implementation listing recent commands first. Similar to
           17   [run-recent](run-recent), but it uses atime to find recently executed commands
           18   rather than a cache. As such, it also takes into account programs executed from
           19   the terminal.
           20 * [dmenu\_run\_history](dmenu_run_with_command_history):
           21   dmenu_run alternative with command history
           22 * [dmenu_websearch](http://efe.kim/files/scripts/dmenu_websearch):
           23   browser independent address bar
           24 * [bmks](bmks): browser independent bookmark manager
           25 * [mdmenu](https://codeberg.org/NRK/mpv-toolbox/src/branch/master/mdmenu):
           26   An mpv script for using dmenu to select audio/subtitle/chapters etc.
           27 * [mpdmenu](https://github.com/cdown/mpdmenu): Music management using
           28   dmenu
           29 * [passmenu](http://git.zx2c4.com/password-store/tree/contrib/dmenu):
           30   get password from pass.
           31 * [passmenu2](passmenu2): "pass" browser, vertical display and recursive
           32   "pass" folder support
           33 * [run-recent](run-recent) : List recent commands first. End a command
           34   with ";" to run it in e terminal.
           35   [source](https://bbs.archlinux.org/viewtopic.php?id=56646&p=12)
           36 * [todo](todo): one task per line. Write a new task, or valid an old task to
           37   remove it.
           38 * [via](https://github.com/xalexalex/via): simple dmenu-based launcher for apps,
           39   files, folders and shell commands
           40 * [dmenu\_run\_i](./dmenu_run_i): When dmenu_path input end with "!", the
           41   command is started in a terminal. i.e. "top!".
           42 * [dmenu-launch](https://github.com/fsilveir/dmenu-launch): Simple and customizable
           43   dmenu launcher written in Python for accessing passwords, docs and application shortcuts.
           44 * [switch](switch): dmenu-based window switcher using wmctrl. If using dwm, requires the [ewmhtags](https://dwm.suckless.org/patches/ewmhtags/) or [focusonnetactive](//dwm.suckless.org/patches/focusonnetactive/) patch to be usefull.
           45 * [dmenu_bitwarden](https://gitlab.com/patriktrefil/dmenu-bitwarden): Script to get Bitwarden passwords to Your clipboard.
           46 * [dmenu_vcard](https://github.com/PatrikTrefil/dmenu_vcard): Script to get e-mails and phone numbers to your clipboard using dmenu.
           47 * [dmenu_shot](https://codeberg.org/mehrad/dmenu_shot): Script to take screenshot using Flameshot and do image manipulation on using ImageMagic the output.
           48 * [dmenu-translate](https://github.com/NikitaIvanovV/dmenu-translate): Script to quickly translate text and look up word definitions
           49 * [xboomx](https://github.com/sciunto-org/xboomx/): dmenu software launcher written in Python sorted by usage frequency with good performances.