prettyname - google-fonts - Google Fonts portage overlay
HTML git clone https://git.parazyd.org/google-fonts
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
---
prettyname (162B)
---
1 #!/bin/sh
2 if ! [ -f "$1/METADATA.pb" ]; then
3 echo "$(basename "$1")"
4 exit 0
5 fi
6
7 awk -F ': ' '/^name: / {print $2}' "$1/METADATA.pb" \
8 | tr -d '"' | tr ' ' '+'