Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Decodetalkers/csv-tools.lua

for csv
https://github.com/Decodetalkers/csv-tools.lua

neovim

Last synced: about 2 months ago
JSON representation

for csv

Awesome Lists containing this project

README

        

# CSV-tools

## Setup
should not setup or

```lua
require("csvtools").setup({
before = 10,
after = 10,
clearafter = true,
-- this will clear the highlight of buf after move
showoverflow = true,
-- this will provide a overflow show
titelflow = true,
-- add an alone title

})
```

the number should be as small as possible

Above is the default setting

## Defaut key

| command | use |
| -- | -- |
| TopWindow | open a top window to show the key of csv|
| CloseWindow | close the top window|

| key | use |
| -- | -- |
|\ td| close the topwindow ,both topwindow and csv buffer has |
|\ tf| open a new topwindow |
|\ tg| if remain the hightlight |
|\ tr| Remove overflow temporarily |

## Example

You can try the csv in example

## TODO

* Make the top line and csv shown as a table