Gocryptfs gec

From wikinotes

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