rainbow_csv.vim : Highlight columns in csv/tsv files and run SELECT queries in SQL-like language
script karma |
Rating 45/18,
Downloaded by 2619 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Dmitry Ignatovich |
|
script type |
syntax |
|
description |
Rainbow CSV has 2 main features:
* Highlights csv columns in different rainbow colors.
* Provides SELECT and UPDATE queries in RBQL: SQL-like transprogramming query language.
Demonstration gif:
https://i.imgur.com/Tnk9KZv.gif
There are 2 ways to enable csv columns highlighting:
* CSV autodetection based on file content. File extension doesn't have to be .csv or .tsv
* Manual CSV delimiter selection with :RainbowDelim command (So you can use rainbow_csv for non-table files, e.g. to highlight function arguments in different colors)
To run an RBQL query either press F5 or enter the query in vim command line e.g. :Select a1, a2
More info can be found here: https://github.com/mechatroner/rainbow_csv |
|
install details |
https://github.com/mechatroner/rainbow_csv |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.97.14.83
|