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

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adobe font grabber

Forked from bennyboer's 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/n8ventures/adobe-font-grabber/releases

If you do not use Windows you will have to built your own binary (See Building).

Usage

Use the tool on your command line as follows:

afg "<FOLDER TO COPY FONTS TO>"

Example

I only tested the tool for Windows but it should probably also work for other operating systems.

Windows

afg "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%