5 ms·
Also, there is the VisiData Tutorial by Jeremy Singer-Vine. This is a very helpful introduction to VisiData. https://jsvine.github.io/intro-to-visidata/index.h
by leonim 3y ago
Also, there is the VisiData Tutorial by Jeremy Singer-Vine.
This is a very helpful introduction to VisiData.
https://jsvine.github.io/intro-to-visidata/index.html https://jsvine.github.io/intro-to-visidata/index.html
I am a big fan of VisiData for working with data in the terminal. I also like John Kerl's miller[1] and Simon Willison's sqlite-utils [2] when I want to do queries. These are useful for working with data in simple shell scripts.
[1] https://github.com/johnkerl/miller https://github.com/johnkerl/miller
[2] https://github.com/simonw/sqlite-utils https://github.com/simonw/sqlite-utils