An open API service indexing awesome lists of open source software.

https://github.com/jdujava/fmenu

Scripts using fzf as a dmenu replacement
https://github.com/jdujava/fmenu

Last synced: 7 months ago
JSON representation

Scripts using fzf as a dmenu replacement

Awesome Lists containing this project

README

          

# `fmenu` and related scripts

This is a collection of scripts using [`fzf`](https://github.com/junegunn/fzf).
The main script is `fmenu` — fuzzy-selection dynamic menu — which can be
used as a [`dmenu`](https://tools.suckless.org/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)
```sh
make install
```
Alternatively (on Arch-based systems), you can utilize the custom
PKGBUILD repository [AUR-jdujava](https://github.com/jdujava/AUR-jdujava).