pyfzf icon indicating copy to clipboard operation
pyfzf copied to clipboard

Clarify README for fzf environment variables.

Open cohml opened this issue 2 years ago • 0 comments

fzf is extremely customizable using environment variables. Because your project simply calls fzf in the background, your package can also benefit from this customizability.

Unfortunately, this fact about pyfzf must be discovered via trial and error or else by just reading the source code. Much better for the user would be to simply make it explicit in the README.

Hence this PR simply updates the README to clarify this fact about fzf environment variables, including a simple example.

cohml avatar Jun 29 '23 17:06 cohml