Qirky / Troop

Real-time Live Coding collaboration app
311 stars 37 forks source link

Add -d (--samples-dir) option for FoxDot interpreter #38

Closed MrMebelMan closed 4 years ago

MrMebelMan commented 4 years ago

Add -d (--samples-dir) option for FoxDot interpreter to specify a custom samples directory path. Also, use python3 in shebangs.

Qirky commented 4 years ago

Hi, I appreciate your work but you can already use -a or --args to add extra command line flags so:

python run-client.py -a -d path/to/files and python run-client.py --args --dir path/to/files would work just fine.

Edit: I will update to python3 shebangs though now 2.7 is no longer officially supported.

MrMebelMan commented 4 years ago

Oh :D Thanks!