This repository hosts some .contract
files to work with the elementary/contractor project.
They bring support for GPG encryption into the ElementaryOS Files application (default file browser).
You need to install the seahorse-nautilus
package (no need for nautilus itself):
sudo apt install seahorse-nautilus
Then, clone this repository in your $HOME folder and install the files:
git clone https://github.com/phocean/contracts-gpg.git
cd contracts-gpg
make install
Make sure to keep this contracts-gpg
folder to be able to uninstall or update the files. Otherwise, you may have to clone this repository again.
cd contracts-gpg
git pull
make install
cd contracts-gpg
make uninstall