xsv
csvtk
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
xsv
-
Shell Cacophony
qsv is a command-line tool to work with CSV files. It is the successor of xsv and is written in Rust. Current progress is quite impressive as qsv now has SQL and Lua support.
-
Easy GitHub CLI Extensions with Nix
Let's say, we want to write an extension that lists all the repositories of the user. The extension is a simple shell script that uses the gh command to list the repositories current user owns and tabulates with xsv command:
-
CSVs Are Kinda Bad. DSVs Are Kinda Good
I cannot imagine any way it is worth anyone's time to follow this article's suggestion vs just using something like zsv (https://github.com/liquidaty/zsv, which I'm an author of) or xsv (https://github.com/BurntSushi/xsv/edit/master/README.md) and then spending that time saved on "real" work
-
Show HN: TextQuery – Query and Visualize Your CSV Data in Minutes
I realize it's not really that comparable since these tools don't support SQL, but a more fully functioned CLI tool is - https://github.com/BurntSushi/xsv
They are both fairly good
- Qsv: Efficient CSV CLI Toolkit
-
Joining CSV Data Without SQL: An IP Geolocation Use Case
I have done some similar, simpler data wrangling with xsv (https://github.com/BurntSushi/xsv) and jq. It could process my 800M rows in a couple of minutes (plus the time to read it out from the database =)
-
Qsv: CSVs sliced, diced and analyzed (fork of xsv)
xsv, which seems to be why qsv was created.
[1] https://github.com/BurntSushi/xsv/issues/267
-
I wrote this iCalendar (.ics) command-line utility to turn common calendar exports into more broadly compatible CSV files.
CSV utilities (still haven't pick a favorite one...): https://github.com/harelba/q https://github.com/BurntSushi/xsv https://github.com/wireservice/csvkit https://github.com/johnkerl/miller
- Icsp – Command-line iCalendar (.ics) to CSV parser
- ripgrep is faster than {grep, ag, git grep, ucg, pt, sift}
csvtk
-
Align primers to a reference sequence.
No problem. You might also be interested in csvtk https://github.com/shenwei356/csvtk from the same group. Very handy set of tools.
-
stable: a package for streaming pretty text table
Hi guys, this is a shameless plug. I'd like to introduce my package for formatting text tables: https://github.com/shenwei356/stable. I've used it in a CSV/TSV toolkit, csvtk. you can try the pretty command.
-
Tool to interact with CSV
I moved to csvtk and I am pretty happy with it. I find it a robust, feature rich, self-contained program.
-
[OC]Tidy Viewer (tv) is a cross-platform csv pretty printer that uses column styling to maximize viewer enjoyment.
csvtk - Command line csv data manipulation. Go
- csvtk - CSV/TSV Toolkit
-
What are the most useful VSCode extensions you know which could be reimplemented in Emacs?
As an aside, I recently discovered the command-line program csvtk and it is really nice and useful. It helped me recently do a lot of stupid little tasks where I would have had to load the csv into LibreCalc and make some small manipulations.
-
Loading delimited data into Kafka - quick & dirty (but effective)
I want to recommend csvtk for transform csv https://github.com/shenwei356/csvtk Also cut with -d and -f options can be used to filter fields.
What are some alternatives?
miller - Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON
ctop - Top-like interface for container metrics
ripgrep - ripgrep recursively searches directories for a regex pattern while respecting your gitignore
peco - Simplistic interactive filtering tool
Servo - Servo, the embeddable, independent, memory-safe, modular, parallel web rendering engine
Fractalide - Reusable Reproducible Composable Software
gojq - JSON query in Golang
svgcleaner - svgcleaner could help you to clean up your SVG files from the unnecessary data.
fastlz - Wrap over FastLz for GoLang
iota - A terminal-based text editor written in Rust
godotenv - A Go port of Ruby's dotenv library (Loads environment variables from .env files)