gis/README.org
2023-09-17 00:18:58 +02:00

1.1 KiB

gis

gis is a Bash script which shows status information about multiple Git repositories.

It was inspired by wstool, vcstool and the default Starship prompt.

/denis/gis/media/commit/fe21879476874f761ae237a351b2c613cdd15ef4/screenshot.png

Usage

  Usage: gis [OPTIONS] [PATHS] ...

  Get status information about all Git repositories in PATHS.
  The current work directory is used if none is given.

  OPTIONS
    -f, --fetch  Execute 'git fetch --prune --all' for all repositories in PATHS
    -h, --help   Show this help message and exit

Installation

Place the gis script somewhere in your $PATH or use the provided install.{bash,zsh} scripts. Those will create a symlink in ~/.local/bin and update the respective ~/.{bash,zsh}rc.

Nix Flake

This repository is also a Nix Flake. gis is provided as package under github:Deleh/gis#gis.