@4lch4/git-finder

Finds all directories that contain a git repository within a given directory.

Usage no npm install needed!

<script type="module">
  import 4lch4GitFinder from 'https://cdn.skypack.dev/@4lch4/git-finder';
</script>

README

@4lch4/git-finder

Finds all directories that contain a git repository within a given directory.

oclif Version Codecov Downloads/week License

Usage

$ npm install -g @4lch4/git-finder
$ git-finder COMMAND
running command...
$ git-finder (-v|--version|version)
@4lch4/git-finder/0.0.4-0 darwin-x64 node-v14.16.0
$ git-finder --help [COMMAND]
USAGE
  $ git-finder COMMAND
...

Commands

git-finder autocomplete [SHELL]

display autocomplete installation instructions

USAGE
  $ git-finder autocomplete [SHELL]

ARGUMENTS
  SHELL  shell type

OPTIONS
  -r, --refresh-cache  Refresh cache (ignores displaying instructions)

EXAMPLES
  $ git-finder autocomplete
  $ git-finder autocomplete bash
  $ git-finder autocomplete zsh
  $ git-finder autocomplete --refresh-cache

See code: @oclif/plugin-autocomplete

git-finder commands

list all the commands

USAGE
  $ git-finder commands

OPTIONS
  -h, --help              show CLI help
  -j, --json              display unfiltered api data in json format
  -x, --extended          show extra columns
  --columns=columns       only show provided columns (comma-separated)
  --csv                   output is csv format [alias: --output=csv]
  --filter=filter         filter property by partial string matching, ex: name=foo
  --hidden                show hidden commands
  --no-header             hide table header from output
  --no-truncate           do not truncate output to fit screen
  --output=csv|json|yaml  output in a more machine friendly format
  --sort=sort             property to sort by (prepend '-' for descending)

See code: @oclif/plugin-commands

git-finder help [COMMAND]

display help for git-finder

USAGE
  $ git-finder help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help