Skip to content

a basic bash script which you can add to your .bashrc to greatly improve your navigation capabilities within a terminal

Notifications You must be signed in to change notification settings

fafnirZ/fuzz_cd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fuzz_cd

a basic bash script which uses fzf with additional configurations and capabilities to quickly navigate your terminal

Quick Install

curl -o- https://raw.githubusercontent.com/fafnirZ/fuzz_cd/refs/heads/main/install.sh | bash

Prerequisites

./install

what the install script does?

check that fzf exists in /usr/local/bin
if it doesnt, then download the standalone binary and move it to /usr/local/bin

then download latest version of fcd script from github
compare with checksum provided by us.
install the fcd into /usr/local/bin

Usage

open fzf interactive window in cwd, then you can interact and match, once you press enter, you will cd into that directory

fcd 

searches for a file, once found will navigate to folder containing file

fcd -f 

apply regex even before you want to enter interactive window (searches directories)

fcd {regex}

same as previous command but for files

fcd -f {regex}

About

a basic bash script which you can add to your .bashrc to greatly improve your navigation capabilities within a terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages