All Projects → rfvgyhn → docker-ligaturizer

rfvgyhn / docker-ligaturizer

Licence: MIT license
Run ligaturizer via docker container.

Programming Languages

Dockerfile
14818 projects
shell
77523 projects

Labels

Projects that are alternatives of or similar to docker-ligaturizer

Iosevka-Mayukai
Font based on Iosevka Custom Build, with combination from Iosevka SS04 Menlo, SS07 Monaco, SS09 Source Code Pro, SS12 Ubuntu Mono, SS14 Jetbrains Mono, Hack Style, and some Nerd Font Patching.
Stars: ✭ 149 (+831.25%)
Mutual labels:  ligatures
Firacode
Free monospaced font with programming ligatures
Stars: ✭ 60,943 (+380793.75%)
Mutual labels:  ligatures
Operator Mono Lig
Add ligatures to Operator Mono similar to Fira Code
Stars: ✭ 2,683 (+16668.75%)
Mutual labels:  ligatures
Consolas Ligaturized
Standard Consolas font with FiraCode ligatures.
Stars: ✭ 198 (+1137.5%)
Mutual labels:  ligatures
Iosevka
Versatile typeface for code, from code.
Stars: ✭ 13,137 (+82006.25%)
Mutual labels:  ligatures
Lilex
🤘Open source programming font
Stars: ✭ 143 (+793.75%)
Mutual labels:  ligatures
Haack
Hæck
Stars: ✭ 142 (+787.5%)
Mutual labels:  ligatures
Ligaturizer
Programming Fonts with Ligatures added (& a script to add them to other fonts)
Stars: ✭ 1,734 (+10737.5%)
Mutual labels:  ligatures
Operator Mono Atom
Free Operator Mono clone for Atom
Stars: ✭ 120 (+650%)
Mutual labels:  ligatures
Victor Mono
A free programming font with cursive italics and ligatures. Donations welcome ❤️
Stars: ✭ 1,854 (+11487.5%)
Mutual labels:  ligatures
Firamonaco
Monaco Font with Firacode ligatures and patched for Powerline 📝
Stars: ✭ 71 (+343.75%)
Mutual labels:  ligatures
Diacritics Map
Map of more than 1,200 diacritics and ligatures to english alphabet equivalents.
Stars: ✭ 17 (+6.25%)
Mutual labels:  ligatures
Pragmatapro
PragmataPro font is designed to help pros to work better
Stars: ✭ 887 (+5443.75%)
Mutual labels:  ligatures
Scientifica
tall, condensed, bitmap font for geeks.
Stars: ✭ 821 (+5031.25%)
Mutual labels:  ligatures
Dev Fonts
List of fonts for coding
Stars: ✭ 758 (+4637.5%)
Mutual labels:  ligatures
Jetbrainsmono
JetBrains Mono – the free and open-source typeface for developers
Stars: ✭ 6,195 (+38618.75%)
Mutual labels:  ligatures
Hasklig
Hasklig - a code font with monospaced ligatures
Stars: ✭ 5,145 (+32056.25%)
Mutual labels:  ligatures
Pokemon Font
GAME BOY font from Pokémon R/G/B/Y/G/S/C, Unicode extended.
Stars: ✭ 437 (+2631.25%)
Mutual labels:  ligatures
fonts
A collection of fonts for coding and everything.
Stars: ✭ 84 (+425%)
Mutual labels:  ligatures
yolo-theme
Xcode Theme insipired from One Dark (Atom Theme) and Xcode Default Presentation(Dark) theme.
Stars: ✭ 24 (+50%)
Mutual labels:  ligatures

docker-ligaturizer

Run ligaturizer via container

Usage

Create an output directory called /output. Create and run the one time use container and get your new font from the /output folder.

Bash

docker run --rm -v $(pwd)/your-font.ttf:/input -v $(pwd)/output:/output --user $(id -u) rfvgyhn/ligaturizer

Powershell

docker run --rm -v "$($pwd.Path -replace '^|\\+','/' -replace ':')/your-font.ttf:/input" -v "$($pwd.Path -replace '^|\\+','/' -replace ':')/output:/output" rfvgyhn/ligaturizer

Volumes

  • /input The font to be ligaturized
  • /output Resulting ligaturized font directory

Options

The following environment variables are available. The values show the defaults used if the var isn't specified.

  • PREFIX= Prefix to be used when naming the new font (e.g. consola.ttf -> ligaturizedConsolas.ttf)
  • OUTPUT_NAME= Resulting font name (defaults to "fontName Ligaturized")

Example

Ligaturized Consolas

Ligaturized Consolas

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].