#git-directory #git #ls #list #projects #start #path

app lsgit

lsgit recursivly lists git projects below start directory. Start directly is CWD by default, but an alternate directory can be passed as a command line arguement

3 releases

0.1.4 Feb 14, 2024
0.1.1 Jan 24, 2023
0.1.0 Jan 24, 2023

#388 in Filesystem

49 downloads per month

MIT license

5KB
89 lines

lsgit

lsgit is a simple tool that lists all git directories recursivly under the base directory.

lsgit can be bassed a relative or absolute directory path to start in or given no path using cwd instead.

Installing cargo install lsgit

No runtime deps