ChordSketch is a Rust implementation of the ChordPro file format. It parses .cho files and renders them to plain text, HTML, or PDF output. Full compatibility with the ChordPro specification.
ChordSketch is a Rust implementation of the ChordPro file format. It parses .cho files and renders them to plain text, HTML, or PDF output. Full compatibility with the ChordPro specification.
To install chordsketch, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install chordsketch
To see what files were installed by chordsketch, run:
port contents chordsketch
To later upgrade chordsketch, run:
sudo port selfupdate && sudo port upgrade chordsketch
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.