Commit Graph

9 Commits

Author SHA1 Message Date
David Holdeman 25368c2913 fix name splitting 2020-08-22 09:37:34 -05:00
David Holdeman e317fee980 check changes in current dir only 2020-08-14 18:34:12 -05:00
Paul Desmond Parker 4c061ce185 Remove --gui option in favor of checking need
Fix incorrect comparison for args.commit{1,2}
Move gui handling into getProject function
Remove defaults for args.commit{1,2}
Make args.kicad_pcb parameter optional
Call getProject on emtpy args.kicad_pcb
Fill single emtpy args.commit{1|2} with hash of HEAD commit
Alphabetize parameter list (--help output)
Edit README to reflect changes
 * separate instructions into Windows and Linux/MacOS sections
 * update commandline instructions
Re-added auto-generated full path for plotPCB.py
 * saves an extra step for people not running `. env.sh`
 * works with `. env.sh` as well
2020-05-31 20:14:41 +08:00
Leandro 2f9840ffdd Minor fix when using GUI 2020-05-30 17:23:03 -03:00
Leandro 6cddbf9a80 Add a flag to disable webserver 2020-05-30 14:13:11 -03:00
Leandro 79f7e361ec Fix typo 2020-05-30 13:46:25 -03:00
Leandro 82e0f101e0 Initial tests to make it cli oriented 2020-05-30 13:35:53 -03:00
Paul Desmond Parker baae1ce3a3 Soft code the path to plotPCB.py
Add error reporting for the calls to plotCmd
2020-05-27 13:19:47 +08:00
Paul Desmond Parker e58b692bd5 Add linux specific main executable
Fix failure to handle spaces in paths for linux
Fix failure to handle .kicad_pcb not in git root
2020-05-07 19:18:18 +08:00