diff options
| -rw-r--r-- | README.md | 26 | 
1 files changed, 26 insertions, 0 deletions
| diff --git a/README.md b/README.md new file mode 100644 index 0000000..3f541b0 --- /dev/null +++ b/README.md @@ -0,0 +1,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 | 
