{"id":35031517,"url":"https://github.com/phoenixr-codes/waifufetch","last_synced_at":"2026-05-19T12:02:39.634Z","repository":{"id":307387444,"uuid":"950957048","full_name":"phoenixr-codes/waifufetch","owner":"phoenixr-codes","description":"A neofetch alternative","archived":false,"fork":false,"pushed_at":"2025-07-30T23:59:17.000Z","size":88,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-28T21:17:41.043Z","etag":null,"topics":["configuration","fetch","neofetch","rice","waifufetch"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phoenixr-codes.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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-03-19T00:13:40.000Z","updated_at":"2025-07-30T23:59:21.000Z","dependencies_parsed_at":"2025-07-31T02:16:26.365Z","dependency_job_id":"acf2837f-3830-48c9-86fb-b4f28ffd8a31","html_url":"https://github.com/phoenixr-codes/waifufetch","commit_stats":null,"previous_names":["phoenixr-codes/waifufetch"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/phoenixr-codes/waifufetch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoenixr-codes%2Fwaifufetch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoenixr-codes%2Fwaifufetch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoenixr-codes%2Fwaifufetch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoenixr-codes%2Fwaifufetch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phoenixr-codes","download_url":"https://codeload.github.com/phoenixr-codes/waifufetch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoenixr-codes%2Fwaifufetch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33215471,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-19T07:54:09.561Z","status":"ssl_error","status_checked_at":"2026-05-19T07:54:08.508Z","response_time":58,"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":["configuration","fetch","neofetch","rice","waifufetch"],"created_at":"2025-12-27T07:11:15.509Z","updated_at":"2026-05-19T12:02:39.602Z","avatar_url":"https://github.com/phoenixr-codes.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    \u003ccode\u003e$ waifufetch \u0026gt;ω\u0026lt;\u003c/code\u003e\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg width=\"35%\" src=\"./assets/waifu.svg\" /\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    A \u003ca href=\"https://github.com/dylanaraps/neofetch/\"\u003eneofetch\u003c/a\u003e alternative\n\u003c/p\u003e\n\n## Requirements\n\n- [Bun][]\n- [Nerd Font][] (optional)\n\n\n## Installation\n\n```console\nbun install --global github@phoenixr-codes/waifufetch\n```\n\n```console\nwaifufetch generate-config\n```\n\n\n## Usage\n\n```console\nwaifufetch\n```\n\n\n## Preview\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./assets/preview.png\" /\u003e\n\u003c/p\u003e\n\n## Philosophy\n\n**waifufetch** is powered by _your_ type-safe, highly customizable configuration in [TypeScript][] with\n[Bun][]'s powerful utilities such as its integrated [Shell API][].\n\n\n## Configuration\n\nYou can use [TypeScript][], JavaScript or JSON for your configuration file. **waifufetch** searches for\nany of these files in the given order and uses the first match:\n\n1. `$WAIFUFETCH_CONFIG`\n2. `~/.config/waifufetch/config.ts`\n3. `~/.config/waifufetch/config.js`\n4. `~/.config/waifufetch/config.json`\n\n\u003e [!TIP]\n\u003e You can invoke an external script from [TypeScript][] or JavaScript that prints the configuration in JSON\n\u003e format and return it by parsing the JSON. This means you can use _any_ language you like.\n\u003e\n\u003e \u003e `~/.config/waifufetch/config.js`\n\u003e \u003e ```javascript\n\u003e \u003e import { $ } from \"bun\";\n\u003e \u003e\n\u003e \u003e const config = await $`python config.py`.json();\n\u003e \u003e export default config;\n\u003e \u003e ```\n\u003e\n\u003e \u003e `~/.config/waifufetch/config.py`\n\u003e \u003e ```python\n\u003e \u003e import json\n\u003e \u003e\n\u003e \u003e config = {\n\u003e \u003e     # ...\n\u003e \u003e }\n\u003e \u003e print(json.dumps(config))\n\u003e \u003e ```\n\n\u003e [!TIP]\n\u003e You can use a tool like [Ansize][] or [im2ansi][] to turn any image into an ANSI art that you can use as a logo\n\u003e in **waifufetch**.\n\nThe [default configuration][configuration template] obtainable with `$ waifufetch generate-config` can be used as a reference.\n\n\n## Similar Projects\n\n- [fastfetch](https://github.com/fastfetch-cli/fastfetch)\n- [neofetch](https://github.com/dylanaraps/neofetch/)\n- [pfetch](https://github.com/dylanaraps/pfetch)\n- [ufetch](https://gitlab.com/jschx/ufetch)\n\n[im2ansi]: https://github.com/phoenixr-codes/im2ansi\n[configuration template]: https://github.com/phoenixr-codes/waifufetch-config\n[Ansize]: https://github.com/jhchen/ansize\n[Bun]: https://bun.sh/\n[Nerd Font]: https://www.nerdfonts.com/#home\n[Shell API]: https://bun.sh/docs/runtime/shell\n[TypeScript]: https://www.typescriptlang.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphoenixr-codes%2Fwaifufetch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphoenixr-codes%2Fwaifufetch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphoenixr-codes%2Fwaifufetch/lists"}