diff --git a/README.md b/README.md index db33819..6b6da39 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,20 @@ # Adobe font grabber +Forked from [bennyboer](https://github.com/bennyboer/)'s [Adobe Font Grabber](https://github.com/bennyboer/adobe-font-grabber/)! + Tool to copy all fonts installed via Adobe CC to a folder of your choice. +## What's New? + +Yes, I know it's long, so I changed the program name from "adobe-font-grabber" to "afg". + + +I also hard-coded the data directory (`%appdata%` for Windows, `$HOME/Library/Application Support` for MacOS) to the program so you only need to put one argument which is specifically the save location of the fonts. + ## Download -You can download a pre-built binary for 64-bit Windows on the GitHub releases page under "Assets": https://github.com/bennyboer/adobe-font-grabber/releases +You can download a pre-built binary for 64-bit Windows on the GitHub releases page under "Assets": https://github.com/n8ventures/adobe-font-grabber/releases + If you do not use Windows you will have to built your own binary (See [Building](#building)). ## Usage @@ -12,18 +22,17 @@ If you do not use Windows you will have to built your own binary (See [Building] Use the tool on your command line as follows: ```sh -./adobe-font-grabber +afg "" ``` ## Example -I only tested the tool for Windows but it should probably also work for other operating systems. For Mac OS the path the -fonts are located in is something like `/Library/Application/Support/Adobe/CoreSync/plugins/livetype/.r/`. +I only tested the tool for Windows but it should probably also work for other operating systems. ### Windows ```sh -./adobe-font-grabber.exe "C:/Users//AppData/Roaming/Adobe/CoreSync/plugins/livetype" "C:/Users//AppData/Roaming/Adobe/CoreSync/plugins/livetype/c/entitlements.xml" "C:/Users//Downloads/ADOBE_FONTS" +afg "C:/Users//Downloads/ADOBE_FONTS" ``` If everything went as planned the following message should appear once done: