Skip to content

Releases: Matars/gitfetch

v1.0.8

20 Oct 15:05

Choose a tag to compare

fixed issue #15

you can now install without gh and can set it up after

v1.0.7

20 Oct 14:46

Choose a tag to compare

Fixed fatal typo bug that breaks the cli

v1.0.6

20 Oct 14:39

Choose a tag to compare

--version arg shows if package is outdated by comparing version with githubs.

v1.0.5

20 Oct 14:16

Choose a tag to compare

brew & AUR - support and bug fixes

v1.0.3

20 Oct 13:28

Choose a tag to compare

New

  • homebrew support

fixes

  • fixed gitfetch --version to return correct version from toml file

v1.0.2

20 Oct 00:24

Choose a tag to compare

Prerequisites

GitHub CLI (gh) must be installed and authenticated:

macOS

brew install gh
gh auth login

Linux

See installation instructions at: https://github.com/cli/cli#installation

Then authenticate:

gh auth login

Verify Installation

gh auth status

You should see: ✓ Logged in to github.com as YOUR_USERNAME

Installation

pip install -e .

v1.0.1

20 Oct 00:22

Choose a tag to compare

Prerequisites

GitHub CLI (gh) must be installed and authenticated:

macOS

brew install gh
gh auth login

Linux

See installation instructions at: https://github.com/cli/cli#installation

Then authenticate:

gh auth login

Verify Installation

gh auth status

You should see: ✓ Logged in to github.com as YOUR_USERNAME

Installation

pip install -e .

gitfetch v1.0.0

20 Oct 00:15
fc843f4

Choose a tag to compare

Prerequisites

GitHub CLI (gh) must be installed and authenticated:

macOS

brew install gh
gh auth login

Linux

See installation instructions at: https://github.com/cli/cli#installation

Then authenticate:

gh auth login

Verify Installation

gh auth status

You should see: ✓ Logged in to github.com as YOUR_USERNAME

Installation

pip install -e .