Skip to content

A plugin to the Ranger File Manager for encrypting files with GPG

License

Notifications You must be signed in to change notification settings

Ragnyll/ranger-gpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ranger-gpg

    Ranger functions for encrypting and decrypting files and directories using gpg keys.

ranger-gpg

Requirements

    The default recipient must be set in the DEFAULT_RECIPIENT environment variable. I suggest the variable be set in one of you shell config files (eg. zshenv or bashenv).

export DEFAULT_RECIPIENT="email@email.com"

Usage

Encryption

    Call :encrypt to encrypt with the default-key

Decryption

    Call :decrypt to decrypt with the available secret key. If the secret key is not available the command will fail

Installation

git clone https://gitlab.com/Ragnyll/ranger-gpg.git
cd ranger-gpg
pip install python-gnupg
make install

Uninstall

make uninstall

About

A plugin to the Ranger File Manager for encrypting files with GPG

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published