{"id":23506985,"url":"https://github.com/chocolateimage/fontviewer","last_synced_at":"2025-04-16T02:18:50.290Z","repository":{"id":240365648,"uuid":"802434968","full_name":"chocolateimage/fontviewer","owner":"chocolateimage","description":"View and install fonts on a Linux system","archived":false,"fork":false,"pushed_at":"2025-03-30T08:47:10.000Z","size":233,"stargazers_count":25,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-16T02:18:28.437Z","etag":null,"topics":["fonts","google-fonts","gtk","linux"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chocolateimage.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-18T09:35:16.000Z","updated_at":"2025-03-30T08:47:14.000Z","dependencies_parsed_at":"2024-12-25T00:36:11.400Z","dependency_job_id":null,"html_url":"https://github.com/chocolateimage/fontviewer","commit_stats":null,"previous_names":["chocolateimage/fontviewer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chocolateimage%2Ffontviewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chocolateimage%2Ffontviewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chocolateimage%2Ffontviewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chocolateimage%2Ffontviewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chocolateimage","download_url":"https://codeload.github.com/chocolateimage/fontviewer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249183125,"owners_count":21226143,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fonts","google-fonts","gtk","linux"],"created_at":"2024-12-25T10:13:48.709Z","updated_at":"2025-04-16T02:18:50.282Z","avatar_url":"https://github.com/chocolateimage.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Font Viewer\nView and install fonts on a Linux system and install fonts from Google Fonts.\n\n![image](https://github.com/user-attachments/assets/2f94ce10-39b7-46c3-bc9b-fecb54ee9207)\n\n\n---\n\n\n## Installation\n\nTo install the package, run:\n```bash\nbash \u003c(curl -s https://raw.githubusercontent.com/chocolateimage/fontviewer/refs/heads/main/install.sh)\n```\n\nI no longer want to do PPA for now because of how shitty Launchpad is.\n\nIf you have Arch you can install the AUR: `yay -S choco-fontviewer`\n\n## Building/installing from source\nYou need to have `meson` installed.\n\nInstall all dependencies:\n```bash\n# Debian/Ubuntu (apt)\nsudo apt install meson pkg-config libfontconfig-dev libgtkmm-3.0-dev libjson-glib-dev libcurl4-gnutls-dev\n\n# Fedora (dnf)\nsudo dnf install git g++ meson pkg-config fontconfig-devel gtkmm3.0-devel json-glib-devel libcurl-devel\n\n# Arch Linux (pacman)\nsudo pacman -S --needed git gcc meson fontconfig gtkmm3 json-glib curl\n```\nYou may want to remove `libcurl4-gnutls-dev` from the install list if you already have libcurl-dev installed.\n\nRun this command to setup the build directory:\n```bash\nmeson setup builddir\ncd builddir\n```\n\nIf you want to **install**:\n```bash\nmeson install\n```\nAnd press \"y\" and enter if asked for elevated privileges, the program should now appear in the application launcher as \"Fonts\".\n\n---\n\nIf you want to **develop**:\n\nTo compile the program run:\n```bash\nmeson compile\n```\n\nCompiling/generating the build directory will also create the clangd autocompletions file.\n\nTo run fontviewer run:\n```bash\n# Make sure to be in the build directory!\n./fontviewer\n```\n\n## Uninstallation\n\nTo uninstall an already installed installation, run:\n```bash\nbash \u003c(curl -s https://raw.githubusercontent.com/chocolateimage/fontviewer/refs/heads/main/uninstall.sh)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchocolateimage%2Ffontviewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchocolateimage%2Ffontviewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchocolateimage%2Ffontviewer/lists"}