smeerten / ssnake

A program for the analysis of NMR data.
Other
20 stars 15 forks source link

Allow command line opening of a file as arg #90

Closed jtrebosc closed 4 years ago

jtrebosc commented 4 years ago

This commit use the first argument as the data to open when launch from command line. Further improvement could be to implement batch processing through command line with advanced argument parsing (using argparse).

smeerten commented 4 years ago

I've included this commit with a few changes in https://github.com/smeerten/ssnake/commit/edbc5f96d6213f4d8e404411e3a8c0a7d87ae3ee The files will get loaded after the splash screen closes. Also, for now all arguments will be regarded as filenames to be opened.