aboutsummaryrefslogtreecommitdiffstats
path: root/typarichive.py
AgeCommit message (Collapse)Author
2018-06-28Don't recalculate timeHEADmasterTeddy Wing
Only ever get the time once. Otherwise, we could imagine an unlikely situation where the new file would get created at 59 seconds and the family name would be updated at 00 seconds, causing the two timestamps to differ by a minute. Now the two timestamps will always be the same.
2018-06-28Add license (GNU GPLv3+)Teddy Wing
2018-06-28Add a Glyphs documentation commentTeddy Wing
2018-06-28Clean up commentsTeddy Wing
* Remove obsolete comments * Clean up spacing
2018-06-28Update timestamp in family nameTeddy Wing
2018-06-28Initial version with file handlingTeddy Wing
Copies the current font and updates the timestamp in its filename. Moves the current font to the `_archive` directory, closes it in Glyphs, and opens the new font file with the new timestamp.