farrellf / TelemetryViewer

Data Visualization Tool
164 stars 69 forks source link

Allow load files at startup #60

Open fwosko opened 1 year ago

fwosko commented 1 year ago

Allow load settings/CSV/camera files at startup through command line arguments.

Specify file names that will be loaded automatically into working area:

java --illegal-access=permit -jar TelemetryViewer.jar settings.txt

Also this feature speed ups development as you don't have to drag and drop setting files info fresh started program.