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...
- Clone the repo.
- Set variable WCODE_PATHS with all the paths (space separated) the tool will look for projects
- Profit?!?
To use it after compilation run the following command and let the app simplify your life
wcode; if [ $(echo $?) -eq 0 ]; then cd $(cat ~/.config/wcode/selection); else echo "No project selected"; fi
To make your life easier, alias the above command.
Feel free to suggest any additions or changes by creating a pull request.