vim-boxdraw
An ASCII box drawing plugin for Vim
Python★ 196⑂ 18 forksMITupdated 5 years ago
git clone https://github.com/gyim/vim-boxdraw.gitgyim/vim-boxdrawREADME.mdfork it — it’s yours
vim-boxdraw - Draw ASCII diagrams in Vim
Introduction
The vim-boxdraw plugin makes it easy to draw simple ASCII diagrams in
blockwise-visual mode. The basic idea is simple:
- Select a rectangle on the screen
- Invoke a draw command.
All commands are mapped to the + prefix. See the
vim help file for reference.
Installation
| Method | Instalation instructions |
|---|---|
| NeoBundle | Add NeoBundle 'gyim/vim-boxdraw' to .vimrc |
| Pathogen | Run git clone https://github.com/gyim/vim-boxdraw ~/.vim/bundle/vim-boxdraw |
| Plug | Add Plug 'gyim/vim-boxdraw' to .vimrc |
| Vundle | Add Plugin 'gyim/vim-boxdraw' to .vimrc |
Contributions
Developer Setup
vim-boxdraw uses a Python script to do most of the work. To contribute to this plugin, you'll need
- Python 2.7.x and 3.5.x (we want to support system Python on most platforms)
pip install -U pytest
Running the unit tests
From the python directory,
pytest
more like this
thorn
a pure lazy functional programming language to make ASCII art animations (and other things too)
Rust★ 50
emoticon_kaomoji_dataset
Dataset of 62,000 text emoticons and kaomojis with labels.
Jupyter Notebook★ 50