marcli icon indicating copy to clipboard operation
marcli copied to clipboard

MARC command line parser

Results 8 marcli issues
Sort by recently updated
recently updated
newest added

Add a flag to get a count of records since this is something frequently needed. The current workaround for this is to pass the output through `grep` and `wc`: ```...

[Golang blog](https://blog.golang.org/publishing-go-modules#TOC_3.) says: A semantic version has the form vMAJOR.MINOR.PATCH. So tag should be v1.0.1, not 1.0.1. Otherwise, go.mod will show pseudo-version like "github.com/hectorcorrea/marcli v0.0.0-20201116173935-903994c1d59f", which dependabot can't detect its...

marccli appears to extract _place_ information only from the MARC record pertaining to the publisher; the publisher's _name_ gets omitted. I believe the line responsible is this: https://github.com/hectorcorrea/marcli/blob/59f1aa9466008ce0518aa5d43f79506b4023f629/cmd/marcli/solr.go#L56 From tag...

```sh $ marcli_linux -fields 650 -match 'and' -matchFields 245 -file test_1a.mrc =650 \0$aCoal$xAnalysis. =650 \0$aCoal$xSampling. ``` I want only lines ending with `Analysis.`: ```sh $ marcli_linux -fields 650 -match 'and'...

Debian and all its derivatives are one of the most used group of Linux distro. Would be great to just `sudo apt install ./marcli.deb`. This could include for e.g. a...

Right now: > `-format string` Output format. Accepted values: mrk, mrc, xml, json, or solr. (default "mrk") Please add the [`yaz-marcdump`](https://github.com/indexdata/yaz) native format also, called `line`. From the man page:...