X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=README;h=b36645765288f7b5e4824ba7c37db2f07502b017;hb=203d2c9164c67c1f99f327cb6755582d57cfe543;hp=23f1fa334fac2b85e98f796861e7615f9f5b6879;hpb=e3bf526c33e545694fafdf4e67ad7a92183d52c3;p=gorecfile.git diff --git a/README b/README index 23f1fa3..b366457 100644 --- a/README +++ b/README @@ -1,7 +1,10 @@ -GNU recutils'es recfile parser on pure Go. recfiles are human-editable, -plaintext databases. This library allows you to read records and their -fields from it. Look for cmd/gorecsel as an example usage. +GNU recutils'es recfile parser/writer on pure Go. +recfiles are human-editable, plaintext databases. This library allows +you to read records and their fields from it. Look for cmd/gorecsel as +an example usage. * iterate through the records and their fields * ignore comments * support continuation lines (\$) and multilines (^+) + +It is free software: see the file COPYING for copying conditions.