Skip to content

A wrapper for gfzf using a terminal, so it may be used like dmenu

License

Notifications You must be signed in to change notification settings

rob-a-bolton/gfzf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

What is gfzf?

gfzf is a script which wraps fzf with a couple of temp files and a terminal, piping input in/out of the script transparently.

You may use this as a drop-in replacement for simple dmenu use-cases (i.e. no-opt calls to dmenu, just piping data in/out)

Usage

Pipe newline-delimited data into gfzf and capture its output.
If you have alacritty or kitty installed, one of these shall be picked as the popup terminal (in that order of preference).
To override this you can supply a terminal command by exporting GFZF_TERM to the script. The terminal must allow the --class option. If it does not, edit this out the script or just write a wrapper script around your terminal that ignores all arguments.

Requirements

fzf, bash

About

A wrapper for gfzf using a terminal, so it may be used like dmenu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages