Skip to content

simonhughxyz/fzf-bin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fzf-bin

A collection of scripts using the fantastic fzf utility.

Script Name Language Description
fconf Shell Open config file in vim.
fgb Shell Checkout in chosen git branch.
fkill Shell Kill chosen process.
fman Shell Open chosen man page.
fv Shell Open selected file in editor.
fplay Shell Play selected video.

Install

First you have to install the fzf utility. Either install it manually or it should be available in most repositories.

Then clone the repo and run make install (you will likely have to run make install as sudo)

git clone https://github.com/simonhughcom/fzf-bin.git && sudo make install

You can also install individual scripts by running make install followed by the script name without the .sh extension. For example:

sudo make install fgb

About

A collection of scripts using fzf

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published