Rev 313 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 293 | agaran | 1 | |
| 2 | # -v for verbose (muiltiple for more) |
||
| 3 | # implemented |
||
| 419 | agaran | 4 | # -q for quiet or -s for silent? |
| 293 | agaran | 5 | # -v0 is be quiet |
| 419 | agaran | 6 | # |
| 293 | agaran | 7 | # some file with definitions of required fields |
| 8 | # if not present (default) then hardcoded data will |
||
| 9 | # be used |
||
| 10 | # |
||
| 11 | # split elements by types so defaults/required-fields |
||
| 12 | # different for different types could be applied |
||
| 13 | # |
||
| 14 | # --verbose |
||
| 15 | # --file "pathtoschematic" |
||
| 16 | # --list "id,description,partid,manufacturer,ordercode,quanity,price,total" |
||
| 17 | # --list "id,description,partid,footprint,refdes,sheet" |
||
| 18 | # --configfile "pathtoconfigfile: |
||
| 19 | # --search partid "LD1117S12TR" |
||
| 20 | # |
||
| 21 | # inventory.conf |
||
| 22 | # path-to-directory-of-external-component-information |
||
| 23 | # path-to-directory-of-schematics |
||
| 24 | # match information-source to "information.txt" |
||
| 25 | # match description to "Description:" |
||
| 26 | # match manufacturer to "Manufacturer:" |
||
| 27 | # match ordercode to "Order Code:" |
||
| 28 | # calculate total per schematics |
||
| 29 | # calculate total sum of all schematics |
||
| 30 | # layout asci |
||
| 31 | # spaces one |
||
| 32 | # merge schematics information |
||
| 33 | # seperate schematics information |
||
| 34 | # |
||
| 35 | # first stage is build list of all data found (no caching concept yet) |
||
| 36 | # then find all sch and make bom? or find already done boms? |
||
| 37 |