Skip to content

Lightweight package for listing git repositories under a folder

Notifications You must be signed in to change notification settings

cleavera/gitlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitlist

A simple command-line tool to recursively find and list Git repositories within a specified directory.

Installation

Prerequisites

With Rust installed, you can install gitlist using cargo:

cargo install --path .

This will build the binary and place it in your Cargo binary directory (e.g., ~/.cargo/bin), making it available in your shell.

Usage

Once installed, you can run gitlist from anywhere:

gitlist [path/to/directory]

If no directory is provided, gitlist will search the current directory.

Example

$ gitlist /home/user/projects
/home/user/projects/project-a
/home/user/projects/another/project-b

About

Lightweight package for listing git repositories under a folder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages