Skip to content

Commit 31e7090

Browse files
committed
docs(readme): add initial README
Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com>
1 parent 6b8035a commit 31e7090

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# `fmenu` and related scripts
2+
3+
This is a collection of scripts using [`fzf`](https://github.com/junegunn/fzf).
4+
The main script is `fmenu` — fuzzy-selection dynamic menu — which can be used as a [`dmenu`](https://tools.suckless.org/dmenu/) replacement/enhancement.
5+
6+
Other scripts include:
7+
- `fmenu_run` — run binaries/commands in `$PATH`
8+
- `vfzf` — open files in an `$EDITOR`
9+
- `zfzf` — open PDF/DjVu/PS files in `zathura`
10+
- `mfzf` — open manpage(s)
11+
- `fprompt` — simple binary ("No/Yes") prompt
12+
- `clipfmenu` — clipboard history menu
13+
- `passfmenu` — password manager menu
14+
- `fzfopen` — open files by the mime type
15+
- `fdict` — fuzzy-finder interface to dictionaries
16+
- `fzf-oneliner` — run one-liner shell scripts

0 commit comments

Comments
 (0)