Scope

Oper is a basic history tool for git repositories managed by google's git-repo tool.

It can show the history of the last n days across all managed git repositories.

Oper is inspired by tig, but is far for more basic. Don't expect any commands or additional views.

Screenshot

Installation

Ubuntu

Ubuntu releases are available here. After downloading the package which fits your ubuntu version you can install it with

sudo apt install ./<path-to-deb-file>

Other Operating Systems

Oper is written in rust. You need the rust toolchain installed to be able to use it:

https://www.rust-lang.org/tools/install

Then you simply install oper with:

cargo install oper

Usage