Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gbigwood/Clippo
An Ascii Clippy for vim and terminal
https://github.com/gbigwood/Clippo
Last synced: 4 months ago
JSON representation
An Ascii Clippy for vim and terminal
- Host: GitHub
- URL: https://github.com/gbigwood/Clippo
- Owner: gbigwood
- Created: 2011-08-29T11:15:45.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-08-11T09:47:46.000Z (over 7 years ago)
- Last Synced: 2024-06-10T11:48:24.476Z (9 months ago)
- Language: Vim script
- Homepage:
- Size: 10.7 KB
- Stars: 54
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Create a Clippy using selected text for your documents.
It features both a command line python script and a Vim plugin.
__
/ \ _____________
| | / \
@ @ | It looks |
|| || | like you |
|| || <--| are writing |
|\_/| | a letter. |
\___/ \_____________/
INSTALLATION
============Copy the plugin/clippy.vim script into your .vim/plugin
folder.REQUIREMENTS
============Vim must be installed with the +python extension.
You can check that using the command:
vim --version | grep +pythonUbuntu Vim comes with +python support.
USAGE
=====In Vim
------
You can pass a range into the command like so:
:1,4ClippyOr using visual select:
V
Then select the lines, then clippyfy with:
:ClippyIn Shell
--------
python clippy.py it looks like you are writing a letter