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-gitscopePyPI project: https://pypi.org/project/devaansh-gitscope/1.0.0/
After installation, run:
gitscopeBinary 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.