git-find 0.2.0

A tool (cli & lib) to find local git repositories.
Documentation

git-find

License: CC0-1.0 Build Status Crates.io Documentation

A tool (cli & lib) to find local git repositories.

Why

Because I need a tool to list and to reorg my local git repositories.

Usage Cli

$> git-find -h

git-find 0.2.0
davidB
A tool (cli & lib) to find local git repositories.

USAGE:
    git-find [FLAGS] [OPTIONS] [DIR]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information
    -v, --verbose    Verbose mode (-v, -vv, -vvv, etc.) print on stderr

OPTIONS:
    -t, --tmpl <format>    format of the output print on stdout [default: {{ .path.file_name }}    {{ .path.full }}]

ARGS:
    <DIR>    root directory of the search [default: .]

Install

Related and similar

Some tools to help management of multi repository But not the same features, else no need to re-do.

Informations

Actions (broadcast)

TODO

  • find a rust template engine that support calling method (getter) on current field (or contribute to gtmpl as it's a feature of go template)
  • internally use stream / queue instead of Vector
  • optimize