Skip to content

Releases: ferrislabs/gitr

Release list

0.1.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 18:36
013c3ab

Apple Silicon only. The binary is unsigned, so macOS quarantines it on download —
clear the flag before the first run:

tar -xzf gitr-*-aarch64-apple-darwin.tar.gz
xattr -d com.apple.quarantine gitr
./gitr

Building it yourself avoids that entirely, since nothing is downloaded:

cargo install --git https://github.com/LeadcodeDev/gitr

Run gitr inside a checkout to open it. The command returns the prompt straight
away and brings the window to the front.