GPG
GPG plugin for Sublime Text
Details
Installs
- Total 2K
- Win 480
- Mac 996
- Linux 598
Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
GPG plugin for Sublime Text
A reincarnation of https://github.com/crowsonkb/SublimeGPG, which was closed by its author due security risks. In few words, you should switch off auto updates and check all source code of software you use, otherwise you have to blame only yourself.
Requirements
This plug-in targets and is tested against the latest Build of Sublime Text.
This plugin adds commands to decrypt, encrypt, sign, and authenticate documents. It requires a working copy of GPG with a key already generated. (If you haven't generated a key yet, see this mini-HOWTO.) If the gpg binary is not in your $PATH
, you will have to set its location in Preferences → Package Settings → GPG.
On OS X, I recommend installing GPG using the Homebrew package manager: after installing Homebrew, run brew install gpg
.
Installation
Using Package Control is not required, but recommended as it keeps your packages (with their dependencies) up-to-date!
Installation via Package Control
- Install Package Control
- Close and reopen Sublime Text after having installed Package Control.
- Open the Command Palette (
Tools > Command Palette
). - Choose
Package Control: Install Package
. - Search for
GPG
on Package Control and select to install.
In case if this plugin is not available with default Package Control
channel, you can add repository manually by Package Control: Add Repository
https://raw.githubusercontent.com/dmitrievav/sublime_gpg/master/repository.json
Manual installation
Download the zip file from the latest release page and unpack its contents to a subfolder named GPG
in ../Sublime Text 3/Data/Packages
where Sublime Text 3 is installed.
Usage
The plug-in's actions are available via the main menu (Tools → GPG
) or the Command Palette (GPG: ...
).
Key bindings
The two main actions of the plug-in are also assigned the following default key bindings:
- Decrypt: “super+g,d”
- Encrypt: “super+g,e”
Flaws and limitations
- Signatures can only be created with the default key (the first key in the secret key ring, or else the default specified in
gpg.conf
).
Settings
You can use the main menu or the Command Palette to customize the GPG plug-in's preferences.