powertab / powertabeditor

View and edit guitar tablature.
https://powertab.github.io
GNU General Public License v3.0
531 stars 68 forks source link

CLI #451

Open dyha89 opened 1 year ago

dyha89 commented 1 year ago

Description Possibility to use CLI to call some functionalities, such as files conversion.

Additional context It would be cool to be able to use CLI to convert tabs between formats. For example calling 'powertab someTab.gp5 -o asciiTab.txt' to convert from gp5 to ascii.

cameronwhite commented 1 year ago

yep, I think this would be great to add

There is the bulk converter dialog already in the UI, so there might be some possibility for code reuse from there