You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have a part of the README (or the Wiki) just have a list of a load of command line usage examples. Start by saying you should add
alias tc="python3 ~/path/to/ThatChord/thatchord.py"
to your .rc, and then give examples like
tc -h
# get help
tc Cmaj7
# output a Cmaj7 diagram for your default instrument
tc -i guitar -r guitar "D11(b5)"
# punctually change instrument
tc -f text -o print F
# print chord to command line
tc -f text -o print "F:2"
# didn't like the way it suggested playing F, try the second
tc "Cm@4"
# how do I play Cm way up on the frets?
The text was updated successfully, but these errors were encountered:
Have a part of the README (or the Wiki) just have a list of a load of command line usage examples. Start by saying you should add
to your
.rc
, and then give examples likeThe text was updated successfully, but these errors were encountered: