| Crates.io | wterm-sessionizer |
| lib.rs | wterm-sessionizer |
| version | 0.0.29-alpha |
| created_at | 2023-03-26 22:43:00.152495+00 |
| updated_at | 2024-12-11 10:25:37.812729+00 |
| description | Tool to open repos in another folder |
| homepage | https://github.com/kostya9/wterm-sessionizer |
| repository | https://github.com/kostya9/wterm-sessionizer |
| max_upload_size | |
| id | 821545 |
| size | 64,269 |
wts {path=optional}
Now you can search through the repositories traversable from the path you launched the program.
? Select repository >
c:\repo1 [js]
c:\repo2 [csharp]
cargo install wterm-sessionizer --version 0.0.29-alpha
Add to your powershell profile
@((wts init) -join "`n") | Invoke-Expression
[!IMPORTANT] Add the powershell profile code AFTER the prompt modifiers like oh-my-posh so that they won't overwrite the custom logic of wts.
Adds a "wcd" function that tracks what directories you open usually, and can be used to quickly navigate to them.
E.g. you usually go to a directory called "c:\repo1\src\frontend" and "c:\repo1\src\backend" you can use wcd to quickly navigate to them.
wcd repo1
wcd frontend
wcd backend