chordsketch 0.2.0

ChordPro command-line tool
chordsketch-0.2.0 is not a library.

chordsketch

Command-line tool for rendering ChordPro files to plain text, HTML, and PDF.

Part of the ChordSketch project.

Installation

cargo install chordsketch

Quick Start

# Render to plain text (default)
chordsketch song.cho

# Render to HTML
chordsketch -f html song.cho -o song.html

# Render to PDF
chordsketch -f pdf song.cho -o song.pdf

# Transpose up 2 semitones
chordsketch --transpose 2 song.cho

Features

  • Three output formats: text, HTML, PDF
  • Chord transposition
  • Configuration file support (RRJSON)
  • Instrument selector filtering
  • Multi-file processing

See chordsketch --help for all options.

Documentation

Full documentation on GitHub

License

MIT