Skip to content

mattmc3/prj.fish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

prj.fish

prj.fish is a Fish plugin for quickly jumping between your Git project directories using fd and fzf.

Features

  • Fuzzy search your Git project folders with fzf
  • Automatically detects projects by searching for .git directories
  • Simple command-line interface with help and version flags

Installation

Install with Fisher:

fisher install mattmc3/prj.fish

Make sure you have Fish shell, fd, and fzf installed.

Usage

prj [<query>]
  • Run prj to interactively select a project.
  • Use a query to filter projects.
  • Use -h or --help for usage info.
  • Use -v or --version for version info.

Example

prj
prj myproject

Configuration

By default, prj.fish searches for projects in $HOME/Projects. You can override this by setting the PRJ_DIR environment variable:

set -gx PRJ_DIR /path/to/your/projects

License

MIT License


Inspired by project jumpers in other shells.

About

Project jumper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages