Skip to content

whostolemyhat/chord-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust library to create guitar chord diagrams.

Use it online at chordgenerator.xyz

Usage

This crate contains a library and a command line binary.

Run the cli binary locally with

cargo run -- -f "x,x,x,2,3,2" -p "x,x,x,2,3,1" -t "D"

cargo run -- --help

Creates guitar chord diagrams

Usage: chord_cli [OPTIONS]

Options:
  -f, --frets <FRETS>      Notes to fret, 6 comma-separated values. 0 for open string, -1 to skip a string.
  -p, --fingers <FINGERS>  Suggested fingering, 6 comma-separated values. 0 for open string, x to skip a string.
  -t, --title <TITLE>      Name of chord

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages