{"id":28260428,"url":"https://github.com/shimeoki/fflogo","last_synced_at":"2026-04-29T01:01:24.829Z","repository":{"id":292629128,"uuid":"981175590","full_name":"shimeoki/fflogo","owner":"shimeoki","description":"Simple app for fastfetch to set custom logo with single config.","archived":false,"fork":false,"pushed_at":"2025-05-10T14:12:39.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-18T03:37:46.239Z","etag":null,"topics":["command-line","fastfetch","terminal"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shimeoki.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,"zenodo":null}},"created_at":"2025-05-10T14:08:52.000Z","updated_at":"2025-05-14T15:34:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"03995bd5-ca30-425d-b8d2-f2b156a3940b","html_url":"https://github.com/shimeoki/fflogo","commit_stats":null,"previous_names":["shimeoki/fflogo"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/shimeoki/fflogo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shimeoki%2Ffflogo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shimeoki%2Ffflogo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shimeoki%2Ffflogo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shimeoki%2Ffflogo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shimeoki","download_url":"https://codeload.github.com/shimeoki/fflogo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shimeoki%2Ffflogo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32405903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["command-line","fastfetch","terminal"],"created_at":"2025-05-20T04:10:22.589Z","updated_at":"2026-04-29T01:01:24.799Z","avatar_url":"https://github.com/shimeoki.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fflogo\n\nSimple app for [fastfetch](https://github.com/fastfetch-cli/fastfetch) to set\ncustom logo with single config.\n\n## Problem\n\nYou have several logos for fastfetch, but don't want to have different\nconfigs to maintain with paths for the logos?\n\nAnd you want to \"toggle\" the logos - not specifying the `--logo` option\ndynamically?\n\nThen, you can have a single config with template syntax and do the\n\n```sh\nfflogo \u003cpath\u003e\n```\n\ncommand to set the logo path to the default config file.\n\n## Prerequisites\n\n- Go 1.24.2 or newer\n- Linux (Windows is not supported yet)\n- `$XDG_CONFIG_HOME` set\n- Go binaries directory (usually `$HOME/go/bin`) in `$PATH`, if using the\n  `go install command`\n\n## Installation\n\nGet the binary:\n\n```sh\ngo install github.com/shimeoki/fflogo@latest\n```\n\nIf you want to do this manually, you can clone the repository, build the\napp and move it to the directory included in path. E.g.:\n\n```sh\ngit clone https://github.com/shimeoki/fflogo.git\ncd fflogo\ngo build .\nsudo mv fflogo /usr/bin/fflogo\n```\n\nThen, you need to setup the template.\n\nSave your current config as `$XDG_CONFIG_HOME/fastfetch/config.tmpl.jsonc`.\n\nIn the `.tmpl` config you need to have these lines:\n\n```jsonc\n\"logo\": {\n    \"type\": \"file\",\n    \"source\": \"{{ .Source }}\",\n    // other 'logo' options...\n},\n```\n\nI.e. you need to set logo type to `file` and set the template in `source`.\n\n## Usage\n\n```sh\nfflogo \u003cpath\u003e\n```\n\nThe `$XDG_CONFIG_HOME/fastfetch/config.jsonc` will be overwritten with the\ntemplate contents and replaced `source` value with expanded path from the\ncommand line argument.\n\nThen you can use fastfetch as usual.\n\nIf something goes wrong, you will get an error message and the app will exit.\n\n## Issues\n\nThe app is very simple and was written very quick without a good plan, so:\n\n- Paths are hardcoded\n- Windows is unsupported\n- Code is not very good overall\n\nI don't plan on developing this app much further, but PR's and issues\nare still welcomed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshimeoki%2Ffflogo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshimeoki%2Ffflogo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshimeoki%2Ffflogo/lists"}