fretboardgtr icon indicating copy to clipboard operation
fretboardgtr copied to clipboard

Command-Line Interface

Open jgarte opened this issue 2 years ago • 2 comments

Hi, have you thought of making a command line interface similar to the below Perl app?

https://github.com/mizlan/guitar-scale-chart

jgarte avatar Aug 31 '23 00:08 jgarte

Hi, thank you for the issue,

It could indeed be done as well as all the other options using some metaprogramming i guess like --general_x_start, --general_open_colors_root. I've never really thought about the design though

I'll look at it when i got time. A pull request will be appreciated for this feature if you want to try

antscloud avatar Oct 13 '23 13:10 antscloud

The Perl app looks good!

In Python, Rich library (https://raw.githubusercontent.com/textualize/rich/master/imgs/features.png ) might help.

EricDuminil avatar Mar 06 '24 11:03 EricDuminil