Skip to content

wambat/Simple-table-aligner-for-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Table aligner

What is this?

This is simple aligner for tables (useful for .features tables)

It transforms this

 |id |title     |body            |locale|status        |
|1  | Title1    |Lorem ipsum 1 ..|en    |ready, publish|
|2 |Title2    |  Lorem ipsum 2 ..|en    |ready, publish  |
|1 |   Заголовок1|Съешь еще этих..|ru    |ready, publish |

into this

|id|title     |body            |locale|status        |
|1 |Title1    |Lorem ipsum 1 ..|en    |ready, publish|
|2 |Title2    |Lorem ipsum 2 ..|en    |ready, publish|
|1 |Заголовок1|Съешь еще этих..|ru    |ready, publish|

Usage

Select region and type ttt

Installation

It requres ruby support compiled in vim. Just put it in your ~/.vim/bundle dir

About

Aligns | delimitted tables, useful for tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages