An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 1.5% on proxy.golang.org
Top 0.4% dependent packages on proxy.golang.org
Top 0.8% dependent repos on proxy.golang.org
Top 3.0% forks on proxy.golang.org
Top 1.5% docker downloads on proxy.golang.org

proxy.golang.org : github.com/benhoyt/goawk

Package goawk is an implementation of AWK with CSV support You can use the command-line "goawk" command or run AWK from your Go programs using the "interp" package. The command-line program has the same interface as regular awk: The -F flag specifies the field separator (the default is to split on whitespace). The -v flag allows you to set a variable to a given value (multiple -v flags allowed). The -f flag allows you to read AWK source from a file instead of the 'prog' command-line argument. The rest of the arguments are input filenames (default is to read from stdin). A simple example (prints the sum of the numbers in the file's second column): To use GoAWK in your Go programs, see README.md or the "interp" package docs.

Registry - Source - Documentation - JSON - codemeta.json
purl: pkg:golang/github.com/benhoyt/goawk
Keywords: awk , csv , go , interpreter , parser
License: MIT
Latest release: 26 days ago
First release: about 7 years ago
Namespace: github.com/benhoyt
Dependent packages: 127
Dependent repositories: 46
Stars: 1,991 on GitHub
Forks: 90 on GitHub
Docker dependents: 4
Docker downloads: 3,117,444
Total Commits: 610
Committers: 16
Average commits per author: 38.125
Development Distribution Score (DDS): 0.052
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Funding links: https://github.com/sponsors/benhoyt
Last synced: 1 day ago

    Loading...
    Readme
    Loading...