Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pskc/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Add --skip-columns optionArthur de Jong2018-04-211-1/+8
| | | | | | This option can be used to skip a number of rows in the CSV file before the key data is read. If the number of rows to skip is 0, the column interpretation should be provided using the --columns option.
* Add --set optionArthur de Jong2018-04-211-1/+5
| | | | | This option can be used to set key properties for all keys in the PSKC file.
* Add --columns optionArthur de Jong2018-04-211-5/+22
| | | | | | This option can be used to override the list of columns as found in the first line of the CSV file or provide a mapping for values found in the first line to PSKC properties.
* Add a csv2pskc script for CSV to PSKC conversionArthur de Jong2018-04-211-0/+122
| | | | | | This script reads a CSV file and writes out a PSKC file with the key information from the CSV file. The CSV file is expected to have one row for each key and key property values in columns.
* Ship the script as part of the pskc packageArthur de Jong2018-04-024-0/+305
This also installs pskc2csv and pskc2pskc console script entry points as part of the package installation.