Skip to content
nguyen-ngoc-thach edited this page Apr 29, 2022 · 2 revisions

Welcome to the git-search-command wiki

Git search command (gsc) is a command line tool that allows you to search for contents across all your GitLab/GitHub repositories.

Now, it is available on pypi. You can install it via terminal

python -m pip install --upgrade pip
python -m pip install git-search-command

Getting Starter

Once gsc is installed:

  1. Need to read Environment first.
  2. Take a look for GitLab or GitHub to find out command for searching.

For developer

If you're curious and want to checkout for development, read Development section