Skip to content

Uninhibyted/FontMeta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FontMeta

A terminal UI for viewing and editing font metadata in TTF/OTF files.

My main goal was an app to quickly rename the font family of a large group of fonts all at once.

FontMeta screenshot

Build & Run

Requires Rust.

cargo build --release
./target/release/fontmeta [-o <output dir>] [font files...]

Or run directly:

cargo run --release -- [-o <output dir>] [font files...]

Font files are optional — you can launch with no arguments and drag files into the terminal window or paste paths after launch. Edited fonts are saved to an Export/ folder in the current directory by default; use -o to change it.

About

Terminal based font metadata editor made in rust

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages