|
9 місяці тому | |
---|---|---|
.vscode | 9 місяці тому | |
test | 9 місяці тому | |
.eslintrc.json | 9 місяці тому | |
.gitignore | 9 місяці тому | |
.vscodeignore | 9 місяці тому | |
CHANGELOG.md | 9 місяці тому | |
README.md | 9 місяці тому | |
extension.js | 9 місяці тому | |
jsconfig.json | 9 місяці тому | |
package-lock.json | 9 місяці тому | |
package.json | 9 місяці тому |
This is a simple extension for pasting the selection of your current editor to an npaste server.
In general, you’ll need to have access to an npaste server to use this extension.
For encryption to work you need to have GPG in your path.
The default keyboard shortcut for pasting something is CTRL+ALT+P
(CMD+ALT+P
on a Mac).
This extension contributes the following settings:
npaste.url
: The url to the server with trailing /
npaste.username
: Your API username.npaste.password
: Your API password.npaste.age
: Paste age (s,m,h,d,y)npaste.archive
: If a paste should be archived instead of deleted after it has expired.npaste.encrypt
: If a paste should be encrypted using GPG.npaste.encryption_key_length
: If using encryption, this will set the encryption key length.Enjoy!