Collection of my fzf scripts
Built with the tools and technologies:
Collection of different fzf scripts I created.
Browse environment variables and then push to commandline:
enter: Variable export statement ready to edit (cursor placed after=)tab: Variable set statementctrl-n: Variable namectrl-v: Variable valuectrl-u: Variable unset statement
To use it, source the ev.sh in your .bashrc (or .zhsrc) file:
source path/to/ev.shActivate in commandline using hotkey ctrl+alt e.
The hotkey can be changed at the end of the ev.sh script.
The scripts are developed in bash but are compatible with zsh.
To test them from bash in zsh I use docker image.
To test scripts in zsh, run the testing zsh docker image:
tests/test_in_zsh.sh