Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to list the instruments #5

Closed
Morwenn opened this issue Nov 3, 2019 · 1 comment
Closed

Option to list the instruments #5

Morwenn opened this issue Nov 3, 2019 · 1 comment

Comments

@Morwenn
Copy link

Morwenn commented Nov 3, 2019

It would be nice to have an option to list the available instruments and the corresponding notes directly from the command line.

@Morwenn Morwenn changed the title Ability to list the instruments Option to list the instruments Nov 3, 2019
DataKinds added a commit that referenced this issue Jan 27, 2023
* (#5) Always print the help screen if no arguments are provided.
* Split the damn thing into a bunch of files so the imports can be cleaned up.
* Bump to GHC 9.2.5.
* Print 4 chords in a row if vertical, or 2 in a row if horizontal.
DataKinds added a commit that referenced this issue Jan 27, 2023
* (#5) Always print the help screen if no arguments are provided.
* Split the damn thing into a bunch of files so the imports can be cleaned up.
* Bump to GHC 9.2.5.
* Print 4 chords in a row if vertical, or 6 in a row if horizontal.
@DataKinds
Copy link
Owner

Thanks for creating this issue! Instruments are currently displayed in the help menu of the app, accessed with the -h/--help flag. This, however, made me notice that the help flag is not mentioned on the usage screen. This has been fixed in f603f33. The help screen is now displayed by default if no arguments are provided.

@DataKinds DataKinds mentioned this issue Jan 27, 2023
Merged
DataKinds added a commit that referenced this issue Jan 27, 2023
* Fix up readme, use ASCII for output to stop terminal breakage
* Accept bare chords like `C` to mean a C major chord.
* (#5) Always print the help screen if no arguments are provided.
* Split the damn thing into a bunch of files so the imports can be cleaned up.
* Bump to GHC 9.2.5.
* Print 4 chords in a row if vertical, or 6 in a row if horizontal.
* Accept sharps on notes
* Implement `-r/--row-size` for displaying correctly in narrow terminals
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants