Csv.kak repo at your disposal

The repo can be found at csv.kak
and it contains instructions on how to install and use this plugin.

Namely, just add e.g.

plug "gspia/csv.kak" %{
	set-option global csv_sep ';'
}

into your kakrc and let the plugin manager install it.

The csv.kak has two options

  • csv_sep ‘,’
  • csv_colors “yellow red cyan green blue rgb:993286 magenta”

and two functions

  • csv_enable
  • csv_disable

csv_enable requires separator as a parameter and this can be used to manually set the separator to another one, if the default choice set in the kakrc is wrong for a buffer. (Which can happen if you edit at the same time several csv-files with different seps.)

2 Likes