Sha256: 29628b50d9ca54c935f961b1a6f0e0c6e3bca554f8c5f817bc7d0e735e1e9cc6
Contents?: true
Size: 334 Bytes
Versions: 1
Compression:
Stored size: 334 Bytes
Contents
Prj ========== Cd to your project the right way! Prj chooses a project directory based on fuzzy matching Usage: ------ Put this into your .zshrc (.bashrc) ``` function p() { builtin cd "$(prj $1)" } ``` Put a project root directory into ~/.prj, i.e: ``` ~/Projects ``` and run ```p letters_from_your_project_folder_name```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
prj-0.0.1 | README.md |