An Emacs package to send buffer contents to App::Nopaste.
Should be installed by hand until this is added to MELPA.
Example usage with a custom path and nick:
(require 'nopaste)
(setq nopaste-nick "avar")
The recommended keybindings are:
(global-set-key (kbd "C-c n p") 'nopaste)
(global-set-key (kbd "C-c n y") 'nopaste-yank-url)
Requires Emacs 25 or later and the nopaste
command.
- debpaste.el talks only to https://paste.debian.org/
- pastebinit another command similar to
nopaste
, not yet supported bynopaste.el