cpad

A plugin for vy to post code on codepad.org.


Keywords
vy, vi, vim, emacs, sublime, atom, nano, vim-like, codepad
License
Other
Install
pip install cpad==1.0.0

Documentation

cpad

A plugin for vy to post code on codepad.org.

Install

pip install cpad

Open your ~/.vy/vyrc file and place:

import cpad

That will import the function codepad into vy's command plugin environment.

Usage

Open some source code with vy then press:

<Alt-semicolon>

Then issue the command below:

codepad()

It will launch your default browser with your current areavi instance's code posted on it.