Skip to content

Releases: DevaanshPathak/gitscope

Release list

gitscope v1.0

Choose a tag to compare

@DevaanshPathak DevaanshPathak released this 07 Jul 05:02

gitscope v1.0

Initial public release of gitscope, a read-only Textual TUI for exploring local git commit history.

Install from PyPI

pip install devaansh-gitscope

PyPI project: https://pypi.org/project/devaansh-gitscope/1.0.0/

After installation, run:

gitscope

Binary Downloads

  • Windows x86_64: gitscope-v1.0-windows-x86_64.zip
  • Linux x86_64: gitscope-v1.0-linux-x86_64.tar.gz

Highlights

  • Scrollable commit log for HEAD/current branch and all branches.
  • Branch graph gutter with lanes and merge topology.
  • Selected-commit line-level diff pane.
  • Sidebar for HEAD, local branches, and tags.
  • Status bar with repository path, HEAD, selection, loaded count, and key hints.
  • Incremental commit loading for large repositories.
  • Fully local and read-only: no checkout, commit, push, pull, fetch, rebase, staging, or network operations.

Checksums

See SHA256SUMS.txt attached to this release.