Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.01 KB

File metadata and controls

27 lines (23 loc) · 1.01 KB

fmenu and related scripts

This is a collection of scripts using fzf. The main script is fmenu — fuzzy-selection dynamic menu — which can be used as a dmenu replacement/enhancement.

Other scripts include:

  • fmenu_run — run binaries/commands in $PATH
  • vfzf — open files in an $EDITOR
  • zfzf — open PDF/DjVu/PS files in zathura
  • mfzf — open manpage(s)
  • fprompt — simple binary ("No/Yes") prompt
  • clipfmenu — clipboard history menu
  • passfmenu — password manager menu
  • fzfopen — open files by the mime type
  • fdict — fuzzy-finder interface to dictionaries
  • fzf-oneliner — run one-liner shell scripts

Installation

You can manually install fmenu and related scripts by cloning this repository and running (if necessary as root)

make install

Alternatively (on Arch-based systems), you can utilize the custom PKGBUILD repository AUR-jdujava.