:warning: Behavior on bash/fish was not thoroughly tested. If you encounter any issues please create an issue.
Install binary
bash
cargo install cdwe
Create a cdwe.toml file in your home directory ```toml [[directory]] path = "/Users/synoet/dev/projectb" vars = { "TEST_VAR"= "Hello World", }
[[directory]] path = "/Users/synoet/dev/projecta" vars = { "ISDEBUG"= "true", "ISCI" = "false"} ```
Init your shell
bash
cdwe init zsh # zsh shells
cdwe init bash # bash shells
cdwe init fish # fish shells
Reload your shell and start using! ```bash
cdwe /Users/synoet/dev/projecta echo $IS_DEBUG
cdwe .. echo $IS_DEBUG ```
cd_command
in the config section of the ~/cdwe.toml
.
```toml
[config]
cd_command = "z" # if you are using zoxide```
cdwe-reload
```bash
cdwe-reload # reloads your configzsh #reload your shell, use bash or fish if you use those.
```
bash
cdwe-remove #removes the
source zsh #reload your shell, use bash or fish if you use those. ```
bash
cargo uninstall cdwe