For side-project collectors of all ages and genders. wcode (which code) provides a simple way to find and navigate to the correct project directory.
As the tool is primarily indended for personal use, I haven't made it simple to install or use, yet...
Prerequesites You must have fzf installed.
- Clone the repo.
- Set variable WCODE_PATHS with all the paths (space separated) the tool will look for projects
- Profit?!?
To use you just need to run it using:
. wcode
The DOT .
is important. We need it to change directory once we select the project. It is a shorthand for source, which runs the code in the current shell instance.
Feel free to suggest any additions or changes by creating a pull request.