https://github.com/dalebezolli/wcode
Find your project... the easy way
https://github.com/dalebezolli/wcode
folder-management shell shell-script tool
Last synced: over 1 year ago
JSON representation
Find your project... the easy way
- Host: GitHub
- URL: https://github.com/dalebezolli/wcode
- Owner: dalebezolli
- Created: 2024-12-26T17:09:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-23T07:35:01.000Z (over 1 year ago)
- Last Synced: 2025-01-23T08:26:32.630Z (over 1 year ago)
- Topics: folder-management, shell, shell-script, tool
- Language: Shell
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wcode - Unf*ck your project folder
> 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...**

## 🌱 How to install
1. Clone the repo.
2. Set variable WCODE_PATHS with all the paths (space separated) the tool will look for projects
3. Profit?!?
## 🌷 How to use
To use it after compilation run the following command and let the app simplify your life
```sh
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.
## 🧑🌾 How to contribute
Feel free to suggest any additions or changes by creating a pull request.