Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

filejockey — Fuzzy directory stack navigator

Fuzzy searches directories and pushes the best match to your shell's dirstack.

It's called filejockey because fj is really easy to type.

This is great for monorepo navigation.

Usage

# Let's say . . .
> pwd
~/my-project/

# If dir-c has dir-c/nested/foo in it
> ls
config.json  dir-a  dir-b  dir-c  other  files

# Fuzzy search for "foo" and pushd to it
> fj foo

> pwd
~/my-project/dir-a/nested/foo

# popd (go back)
> fj

> pwd
~/my-project/

Install

cargo install filejockey

Then add the init script to your shell RC.

# zsh
filejockey --init >> ~/.zshrc

About

Navigate your project/repo/monorepo way faster.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages