{"id":30057342,"url":"https://github.com/ashish0kumar/waifetch","last_synced_at":"2025-08-11T02:03:05.204Z","repository":{"id":308182058,"uuid":"1031882813","full_name":"ashish0kumar/waifetch","owner":"ashish0kumar","description":"🌸 Bring programmer waifus to your terminal uWu","archived":false,"fork":false,"pushed_at":"2025-08-04T14:56:01.000Z","size":12,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-04T18:30:40.362Z","etag":null,"topics":[],"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/ashish0kumar.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},"funding":{"github":"ashish0kumar"}},"created_at":"2025-08-04T13:25:24.000Z","updated_at":"2025-08-04T17:52:31.000Z","dependencies_parsed_at":"2025-08-04T18:32:50.439Z","dependency_job_id":"cb8268c1-a6df-44bd-9845-e61826f4aeb7","html_url":"https://github.com/ashish0kumar/waifetch","commit_stats":null,"previous_names":["ashish0kumar/waifetch"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ashish0kumar/waifetch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashish0kumar%2Fwaifetch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashish0kumar%2Fwaifetch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashish0kumar%2Fwaifetch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashish0kumar%2Fwaifetch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ashish0kumar","download_url":"https://codeload.github.com/ashish0kumar/waifetch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashish0kumar%2Fwaifetch/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269343299,"owners_count":24401085,"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","status":"online","status_checked_at":"2025-08-07T02:00:09.698Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-08-07T23:58:05.297Z","updated_at":"2025-08-07T23:58:11.629Z","avatar_url":"https://github.com/ashish0kumar.png","language":"Go","funding_links":["https://github.com/sponsors/ashish0kumar"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003ewaifetch\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eA fun CLI that displays random anime girls holding programming books in your terminal\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg width=\"70%\" alt=\"showcase\" src=\"https://github.com/user-attachments/assets/ecf67454-fe68-4eba-bfd1-4332165755c4\" /\u003e\n\u003c/p\u003e\n\n---\n\n## Features\n\n- **Dynamic terminal display** with images rendered directly in your terminal\n- **Smart sizing** that automatically adapts to your terminal dimensions\n- **Language-specific fetching** with support for all major programming languages\n- **High-quality rendering** using chafa with 256 colors and ordered dithering\n\n## Installation\n\n### Required Dependencies\n\nFor image rendering, install [`chafa`](https://github.com/hpjansson/chafa):\n\n\u003e [!IMPORTANT]\n\u003e `chafa` is required for displaying images in the terminal. The CLI will not work without it.\n\n```bash\n# Ubuntu/Debian\nsudo apt install chafa\n\n# macOS\nbrew install chafa\n\n# Arch Linux\nsudo pacman -S chafa\n\n# Fedora/RHEL\nsudo dnf install chafa\n\n# Nix\nnix-env -iA nixpkgs.chafa\n```\n\n### Via `go install`\n\n```bash\ngo install github.com/ashish0kumar/waifetch@latest\n```\n\n### Build from Source\n\n```bash\ngit clone https://github.com/ashish0kumar/waifetch.git\ncd waifetch/\ngo build\nsudo mv waifetch /usr/local/bin/\nwaifetch --help\n```\n\n## Usage\n\n```bash\n# Random image from any language\nwaifetch\n\n# List all available languages\nwaifetch --list\n\n# Specific languages\nwaifetch --lang Go\nwaifetch --lang \"C++\"\nwaifetch -l Rust\n\n# Get help\nwaifetch --help\n```\n\n## Configuration\n\n### GitHub API Rate Limits\n\nFor higher rate limits, set up a GitHub Personal Access Token:\n\n1. Go to [GitHub Settings → Developer settings → Personal access tokens](https://github.com/settings/tokens)\n2. Click **\"Generate new token (classic)\"**\n3. Give it a name like \"waifetch-cli\"\n4. **No scopes needed** for public repositories\n5. Copy the token and set it as an environment variable:\n```bash\nexport GITHUB_TOKEN=\"your_token_here\"\nwaifetch\n```\n\n### Rate Limits\n\n| Authentication Method | Rate Limit |\n| :-- | :-- |\n| **Unauthenticated** | 60 requests/hour |\n| **Personal Access Token** | 5,000 requests/hour |\n\n## Contributing\n\nContributions are always welcome!\nPlease feel free to open an issue or submit a pull request.\n\n## Dependencies\n\n- [**chafa**](https://hpjansson.org/chafa/) - High-quality terminal image rendering\n- [**Cobra**](https://github.com/spf13/cobra) - CLI framework and command structure\n- [**golang.org/x/term**](https://pkg.go.dev/golang.org/x/term) - Terminal size detection\n\n## Data Source\n\nImages are fetched from the excellent [Anime-Girls-Holding-Programming-Books](https://github.com/cat-milk/Anime-Girls-Holding-Programming-Books) repository by [cat-milk](https://github.com/cat-milk), which contains hundreds of high-quality images of anime girls featuring various programming books.\n\n## Acknowledgments\n\n- Thanks to [cat-milk](https://github.com/cat-milk) for the amazing Anime-Girls-Holding-Programming-Books repository\n- Built with love for the intersection of anime culture and programming\n\n\u003cbr\u003e\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/footers/gray0_ctp_on_line.svg?sanitize=true\" /\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003ci\u003e\u003ccode\u003e\u0026copy 2025-present \u003ca href=\"https://github.com/ashish0kumar\"\u003eAshish Kumar\u003c/a\u003e\u003c/code\u003e\u003c/i\u003e\n\u003c/p\u003e\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://github.com/ashish0kumar/waifetch/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/ashish0kumar/waifetch?style=for-the-badge\u0026color=CBA6F7\u0026logoColor=cdd6f4\u0026labelColor=302D41\" alt=\"LICENSE\"\u003e\u003c/a\u003e\u0026nbsp;\u0026nbsp;\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashish0kumar%2Fwaifetch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashish0kumar%2Fwaifetch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashish0kumar%2Fwaifetch/lists"}