Search Criteria
Package Details: tsv-utils-bin 2.2.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/tsv-utils-bin.git (read-only, click to copy) |
---|---|
Package Base: | tsv-utils-bin |
Description: | Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more. Self-contained official binary release package. |
Upstream URL: | https://github.com/eBay/tsv-utils |
Keywords: | csv tsv |
Licenses: | boost |
Groups: | dlang |
Conflicts: | tsv-utils |
Provides: | tsv-utils |
Submitter: | None |
Maintainer: | 46620 |
Last Packager: | None |
Votes: | 1 |
Popularity: | 0.000019 |
First Submitted: | 2019-08-07 11:30 (UTC) |
Last Updated: | 2021-03-18 11:55 (UTC) |
Latest Comments
<deleted-account> commented on 2020-01-17 13:16 (UTC)
I'm not sure that's easily achievable since the binary release does not include any docs. Of course, I could get them from github (following the release tag) but I am not sure it would be good practice in terms of packaging things. Perhaps a split package would do it but still i'm not sure. Another idea is to open an issue upstream and ask if they can include docs in the binary release.
m040601 commented on 2020-01-17 08:02 (UTC) (edited on 2020-01-17 08:06 (UTC) by m040601)
The project homepage: https://github.com/eBay/tsv-utils
lists a fabulous amount of extremely usefull documentation, for example:
Tools reference - Detailed documentation....release notes. Tips and tricks - Simpler and faster command line tool use.... Comparing TSV and CSV formats ... etc
They, https://github.com/eBay/tsv-utils/blob/master/docs/ToolReference.md , provide detailed documentation about the different tools as well as examples.
These are contained in a folder "docs" as simple markdown files and pdfs in the source repo.
Could you please include this folder to install to, for example, /usr/share/docs/tsv-utils/docs ? Because other than this there is only very brief few lines of help with the "-h" flag for each of theses utilities
Thanks in advance