wterm-sessionizer

Crates.iowterm-sessionizer
lib.rswterm-sessionizer
version0.0.22-alpha
sourcesrc
created_at2023-03-26 22:43:00.152495
updated_at2024-10-06 19:43:20.718057
descriptionTool to open repos in another folder
homepagehttps://github.com/kostya9/wterm-sessionizer
repositoryhttps://github.com/kostya9/wterm-sessionizer
max_upload_size
id821545
size55,911
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.22-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.

Commit count: 48

cargo fmt