Skip to content

blackdaemon/fzf-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

FZF SCRIPTS

Collection of my fzf scripts

Built with the tools and technologies:

GNU%20Bash Docker


Table of Contents


Overview

Collection of different fzf scripts I created.


Scripts

ev.sh

Browse environment variables and then push to commandline:

  • enter: Variable export statement ready to edit (cursor placed after =)
  • tab: Variable set statement
  • ctrl-n: Variable name
  • ctrl-v: Variable value
  • ctrl-u: Variable unset statement

To use it, source the ev.sh in your .bashrc (or .zhsrc) file:

source path/to/ev.sh

Activate in commandline using hotkey ctrl+alt e.

The hotkey can be changed at the end of the ev.sh script.

Testing

The scripts are developed in bash but are compatible with zsh. To test them from bash in zsh I use docker image.

Prerequisites

Using docker  

Running tests

To test scripts in zsh, run the testing zsh docker image:

tests/test_in_zsh.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages