aboutsummarylogtreecommitdiffstats
path: root/iosevka-generate
AgeCommit message (Collapse)Author
2023-11-30Refactor template to look more like resultOliver Ford
2023-04-27fix: apparently required indentationtokebe
2023-04-27fix: ligature optiontokebe
2023-04-23more robust option capturetokebe
2023-04-23fix: use modern iosevka build-plans formattokebe
2020-11-17Lint & autoformatOliver Ford
2020-11-17Allow iosevka TOML build plans as inputOliver Ford
Closes #7, but doesn't support nerdfont patching yet.
2020-11-14Fix mypy warningOliver Ford
2020-06-05Fix nerdfont patching littering cwd with unpatched filesOliver Ford
2020-06-05Store only patched version if nerd font usedOliver Ford
2020-06-05Allow setting only specific nerd font patchesOliver Ford
2020-06-05Set nerd font to mono if iosevka term/fixedOliver Ford
2020-06-05Add option for patching with 'nerdfont'Ollie Ford
https://github.com/ryanoasis/nerd-fonts Closes #2.
2020-05-02Fix name of referenced constantJohannes Frankenau
2020-04-18Fix npm audit errorOllie Ford
2019-09-20Unverbose fc-cacheOllie Ford
It's noisy and for what?
2019-09-20Fix error if not all INI sections specifiedOllie Ford
2019-09-20Support generating multiple fontsOllie Ford
2019-09-20Fix npm errors building iosevka, where possibleOllie Ford
2019-09-20Use black, isort, and mypyOllie Ford
2019-07-15Support new upstream build config formatOllie Ford
Iosevka now has a similar TOML format for specifying a build, no longer using a Makefile. Resolves #4. I think there's still value in iosevka-generate, since it handles grabbing the repo, installing, and IMO the font config format is easier to use than upstream's lists of styles. I also intend to add font-awesome/nerd-font patching, so that'll make it more worthwhile maintaining.
2019-07-15Target python3, not specifically 3.6Ollie Ford
3.6 is old enough now that whatever we used should be there.
2017-09-02Allow both null and empty values for optionsOllie Ford
This commit allows specifying e.g. [options] term = to have the same affect as: [options] term
2017-09-02FIX: option parser set updateJan Frederick Eick
2017-07-04Use XDG directory for fontsOllie Ford
2017-07-04Fix xdg module to use the one available in AUROllie Ford
2017-07-04Implement basic generation from configOllie Ford