Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hagenburger/glyphs-export-and-install
Exports and installs all active instances of a font and avoids caching.
https://github.com/hagenburger/glyphs-export-and-install
fonts glyphs glyphsapp glyphsapp-plugins glyphsapp-scripts typeface typography
Last synced: 28 days ago
JSON representation
Exports and installs all active instances of a font and avoids caching.
- Host: GitHub
- URL: https://github.com/hagenburger/glyphs-export-and-install
- Owner: hagenburger
- License: mit
- Created: 2018-02-12T22:05:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-18T22:03:13.000Z (about 3 years ago)
- Last Synced: 2023-04-10T11:28:53.029Z (over 1 year ago)
- Topics: fonts, glyphs, glyphsapp, glyphsapp-plugins, glyphsapp-scripts, typeface, typography
- Language: Python
- Homepage: https://twitter.com/hagenburger
- Size: 4.88 KB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE.md
Awesome Lists containing this project
README
# Export and install fonts from Glyphs.app
Installing fonts on MacOS sometimes is tricky, as fonts stay cached in the old
version, even when installing a new one.This script solves caching issues.
1. Exports all active instances of a font
2. Deletes (uninstalls) older versions of each instance
3. Renames the exported fonts to `OriginalName-20180212-2234.otf` (including the
current time to avoid caching issues)
4. Installs the new version into `~/Library/Fonts`Before running this script the first time, use Glyph.app’s export function at
least once. The configuration is kept.## Installation
```
git clone [email protected]:hagenburger/glyphs-export-and-install.git
cd glyphs-export-and-install
ln -s "`pwd`/Export-and-install.py" ~/Library/Application\ Support/Glyphs/Scripts
```Restart Glyphs.app.
## Update
In case updates are available:
```
cd glyphs-export-and-install
git pull
```## Copyright
Copyright 2018++ [Nico Hagenburger](http://www.hagenburger.net).
See [MIT-LICENSE.md](MIT-LICENSE.md) for details.
Get in touch with [@hagenburger](https://twitter.com/hagenburger) on Twitter or
[open an issue](https://github.com/hagenburger/glyphs-export-and-install/issues/new).