Gocryptfs gec

From wikinotes
Revision as of 03:38, 10 May 2024 by Will (talk | contribs) (→‎Install)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Wrapper for git in gocryptfs encrypted repos.
Haven't tried it yet..

Documentation

github https://github.com/impredicative/gec
gitee https://gitee.com/impredicative/gec

Install

Dependencies

pacman -S curl git jq gocyrptfs git-sizer

Install

RELEASE=$(curl https://api.github.com/repos/impredicative/gec/releases | jq -r '.[0].tag_name')
sudo wget https://raw.githubusercontent.com/impredicative/gec/${RELEASE}/gec.sh -O /usr/local/sbin/gec
sudo chmod +x /usr/local/sbin/gec