Skip to content

cds-amal/fzf-eip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EIP Fuzzy finder launch thing

fzf helper to search EIPs by number or name. Selecting it will open the EIP in your browser. See this demo

Search 🔍

fuzzy-search

Launch 🚀

fuzzy-launch

Installation

  1. Install fzf, a general-purpose command-line fuzzy finder.

  2. Clone this repo

    git clone https://github.com/cds-amal/fzf-eip.git ~/.fzf-eip
  3. Edit your .bashrc or .zshrc startup script file. If you don't know, enter ps -p $$ to know your currently running shell. Modify ~/.bashrc for bash and ~/.zshrc for zsh.

    # somewhere in your .bashrc or .zshrc file...
    
    # FZF_EIP_HOME is the directory where you cloned to
    export FZF_EIP_HOME=$HOME/.fzf-eip
    source $FZF_EIP_HOME/init.sh

A note on browser configuration

For non WSL linux and Mac OS X, this script relies on xdg-open. You can configure this to a different browser if xdg-open is not viable for your setup.

For WSL2, it relies on the fullpath to the browser executable. You can change the default to use the browser of your choice in init.sh for more details.

Supported Operating Systems

Operating System Support Status
Ubuntu 🟢
Debian 🟢
MacOS 🟢
WSL 2 (Windows 10) 🟢
WSL 2 (Windows 11) 🟢
FreeBSD 🤷‍♂️

Releases

No releases published

Packages

No packages published

Languages