All Projects → gyim → Vim Boxdraw

gyim / Vim Boxdraw

Licence: mit
An ASCII box drawing plugin for Vim

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Vim Boxdraw

Diagram
CLI app to convert ASCII arts into hand drawn diagrams.
Stars: ✭ 642 (+426.23%)
Mutual labels:  ascii, ascii-art, diagram
Image To Ascii
Convert images to ASCII art.
Stars: ✭ 35 (-71.31%)
Mutual labels:  ascii, ascii-art
Java Ascii Render
ASCII renderer in pure java with no external dependencies
Stars: ✭ 112 (-8.2%)
Mutual labels:  ascii, ascii-art
Clad Ascii
An ASCII art music video animated with JavaScript
Stars: ✭ 63 (-48.36%)
Mutual labels:  ascii, ascii-art
Laptop.css
laptop CSS for the modern world
Stars: ✭ 106 (-13.11%)
Mutual labels:  ascii, ascii-art
Ascii Doughnut
Animated spinning doughnut in ASCII
Stars: ✭ 29 (-76.23%)
Mutual labels:  ascii, ascii-art
Asciipy
translate images, videos and text to Ascii arts easy
Stars: ✭ 52 (-57.38%)
Mutual labels:  ascii, ascii-art
Lehar
Visualize data using relative ordering
Stars: ✭ 81 (-33.61%)
Mutual labels:  ascii, ascii-art
Pic2ascii
Converts a picture and video to ascii art
Stars: ✭ 79 (-35.25%)
Mutual labels:  ascii, ascii-art
Ascii Generator.site
Django website for generating ASCII-arts out of images or text 🎨
Stars: ✭ 77 (-36.89%)
Mutual labels:  ascii, ascii-art
Ascii canvas
ASCII canvas for drawing in console
Stars: ✭ 11 (-90.98%)
Mutual labels:  ascii, ascii-art
Blockzone
A faithful recreation of the original DOS font.
Stars: ✭ 100 (-18.03%)
Mutual labels:  ascii, ascii-art
Ascii Generator
ASCII generator (image to text, image to image, video to video)
Stars: ✭ 939 (+669.67%)
Mutual labels:  ascii, ascii-art
Android Img2ascii
Convert image to ascii.
Stars: ✭ 30 (-75.41%)
Mutual labels:  ascii, ascii-art
Cfonts
Sexy fonts for the console
Stars: ✭ 789 (+546.72%)
Mutual labels:  ascii, ascii-art
Art
🎨 ASCII art library for Python
Stars: ✭ 1,026 (+740.98%)
Mutual labels:  ascii, ascii-art
Ascii Art
A Node.js library for ansi codes, figlet fonts, ascii art and other ASCII graphics
Stars: ✭ 437 (+258.2%)
Mutual labels:  ascii, ascii-art
Ftxui
💻 C++ Functional Terminal User Interface. ❤️
Stars: ✭ 433 (+254.92%)
Mutual labels:  ascii, ascii-art
Qr Ascii
A small library to generate QR codes with ascii
Stars: ✭ 63 (-48.36%)
Mutual labels:  ascii, ascii-art
Retrotxt
RetroTxt is the WebExtension that turns ANSI, ASCII, NFO text into in-browser HTML
Stars: ✭ 93 (-23.77%)
Mutual labels:  ascii, ascii-art

vim-boxdraw - Draw ASCII diagrams in Vim

Introduction

See vim-boxdraw in action

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].