#repository #search #repo #cli

app wterm-sessionizer

Tool to open repos in another folder

21 releases

0.0.21-alpha Apr 21, 2024
0.0.20-alpha Apr 21, 2024
0.0.14-alpha Nov 29, 2023
0.0.12-alpha Sep 10, 2023
0.0.3-alpha Mar 27, 2023

#287 in Command line utilities

Download history 1/week @ 2024-02-21 3/week @ 2024-02-28 4/week @ 2024-03-06 2/week @ 2024-03-13 15/week @ 2024-03-27 32/week @ 2024-04-03 653/week @ 2024-04-17 166/week @ 2024-04-24 1/week @ 2024-05-01

820 downloads per month

MIT license

36KB
810 lines

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.21-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.

Dependencies

~16–26MB
~379K SLoC