Tools to work with human-editable, plain text data files
GNU Recutils is a set of tools and libraries to access human-editable, plain text databases called recfiles. The data is stored as a sequence of records, each record containing an arbitrary number of named fields.
GNU Recutils is a set of tools and libraries to access human-editable, plain text databases called recfiles. The data is stored as a sequence of records, each record containing an arbitrary number of named fields.
To install recutils, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install recutils
To see what files were installed by recutils, run:
port contents recutils
To later upgrade recutils, run:
sudo port selfupdate && sudo port upgrade recutils
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.