stable
Streaming pretty text table for Golang (by shenwei356)
csvtk
A cross-platform, efficient and practical CSV/TSV toolkit in Golang (by shenwei356)
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
stable
Posts with mentions or reviews of stable.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-04.
-
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.
csvtk
Posts with mentions or reviews of csvtk.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-11.
-
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.