You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

1.1 KiB

file:<img src=" title="file:https://melpa.org/packages/webpaste-badge.svg" /> file:<img src=" title="file:https://stable.melpa.org/packages/webpaste-badge.svg" />

Webpaste.el – Paste text to pastebin-like services

This mode allows to paste whole buffers or parts of buffers to pastebin-like services. It supports more than one service and will failover if one service fails. More services can easily be added over time and prefered services can easily be configured.

Installation

The lazy way (Using use-package)

This requires that you have use-package set up. But it's in my opinion the easiest way to install and configure packages.

  (use-package webpaste
    :ensure t
    :bind (("C-c C-p C-b" . webpaste-paste-buffer)
           ("C-c C-p C-r" . webpaste-paste-region)))

TODO Providers to implement [4/7]

  • ix.io
  • dpaste.com
  • sprunge.us
  • dpaste.de
  • paste.pound-python.org
  • paste.debian.net
  • bpaste.net