Update README

This commit is contained in:
Ryan McGuire 2023-12-10 11:45:21 -05:00
parent 59962a01aa
commit 50070cc667

View File

@ -21,13 +21,13 @@ The basic workflow looks like this:
1. project cache has a TTL, or you can load it manually
1. you only need to update it if there are new projects the cache is unaware of
1. **Add** -- find your project, give it any extra aliases you want
1. run `gpm project add` (or `padd` if using the provided shell defaults)
1. run `gpm project add` (or `padd` if using the provided shell defaults)
1. **Go** -- go to your project, fuzzy searching by alias
1. clones your project if that's never been done
1. clones your project if that's never been done
1. the provided `pgo` func makes it easy
1. **Open** -- rather than simply changing directories to a project, open it in your IDE
1. **Manage** -- fine-tune your aliases, making it easy to nail them without fuzzy stuff
1. if you are lazy in your aliases, you'll be fuzzy finding a lot
1. if you are lazy in your aliases, you'll be fuzzy finding a lot
1. match your alias exactly (or have only one result) and you go there right away
1. positive reinforcement given for solid alias behavior
1. manage aliases using `gpm alias add` or `gpm alias delete`