blob: 3f541b05b5a4fd5d07eceda855817e55ba941f9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
TypArichive
===========
A [Glyphs][1] script that creates an archive of the current font. It:
1. Copies the current font to a new timestamped file
2. Moves the original file to an `_archive` directory
3. Opens the new font file
4. Updates a timestamp in the font family name
## Install
Download [typarichive.py][2] and put it in the `~/Library/Application
Support/Glyphs/Scripts` directory.
In Glyphs, hold the Option key and select the _Script > Reload Scripts_ menu
item.
## License
Copyright © 2018 Teddy Wing. Licensed under the GNU GPLv3+ (see the included
COPYING file).
[1]: https://glyphsapp.com/
[2]: https://github.com/teddywing/typarichive/raw/master/typarichive.py
|