Skip to content

Command line tool to copy font installed via Adobe CC to a folder of your choice

License

Notifications You must be signed in to change notification settings

n8ventures/adobe-font-grabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adobe font grabber

Tool to copy all fonts installed via Adobe CC to a folder of your choice.

Usage

Use the tool on your command line as follows:

./adobe-font-grabber <FOLDER TO SEARCH FOR FONTS IN> <PATH TO THE ENTITLEMENTS XML FILE> <FOLDER TO COPY FONTS TO>

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 <HOME>/Library/Application/Support/Adobe/CoreSync/plugins/livetype/.r/.

Windows

./adobe-font-grabber.exe "C:/Users/<USERNAME>/AppData/Roaming/Adobe/CoreSync/plugins/livetype" "C:/Users/<USERNAME>/AppData/Roaming/Adobe/CoreSync/plugins/livetype/c/entitlements.xml" "C:/Users/<USERNAME>/Downloads/ADOBE_FONTS"

If everything went as planned the following message should appear once done:

Successfully copied X fonts to `C:/Users/<USERNAME>/Downloads/ADOBE_FONTS`

Building

You will need to setup a Rust toolchain for you system if you haven't already (Check https://www.rust-lang.org/). Afterwards just run cargo build --release and the built binary will appear under target/release.

About

Command line tool to copy font installed via Adobe CC to a folder of your choice

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%