wterm-sessionizer

Crates.iowterm-sessionizer
lib.rswterm-sessionizer
version0.0.29-alpha
created_at2023-03-26 22:43:00.152495+00
updated_at2024-12-11 10:25:37.812729+00
descriptionTool to open repos in another folder
homepagehttps://github.com/kostya9/wterm-sessionizer
repositoryhttps://github.com/kostya9/wterm-sessionizer
max_upload_size
id821545
size64,269
Kostiantyn Sharovarskyi (kostya9)

documentation

README

This is a simple plugin that automates finding GIT projects in the system.

Usage

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]

Installation:

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

Commit count: 56

cargo fmt