{"id":13739800,"url":"https://github.com/cybardev/cutefetch","last_synced_at":"2025-08-31T23:32:38.483Z","repository":{"id":39614047,"uuid":"337105235","full_name":"cybardev/cutefetch","owner":"cybardev","description":"Tiny coloured fetch script with cute little animals","archived":false,"fork":false,"pushed_at":"2024-10-24T17:02:53.000Z","size":107,"stargazers_count":45,"open_issues_count":4,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-15T09:44:02.318Z","etag":null,"topics":["fetch","screenshots","sysinfo"],"latest_commit_sha":null,"homepage":"https://cutefetch.cybar.dev","language":"Shell","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/cybardev.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":"2021-02-08T14:37:31.000Z","updated_at":"2024-10-24T17:02:57.000Z","dependencies_parsed_at":"2024-10-25T00:29:45.227Z","dependency_job_id":null,"html_url":"https://github.com/cybardev/cutefetch","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybardev%2Fcutefetch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybardev%2Fcutefetch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybardev%2Fcutefetch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybardev%2Fcutefetch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cybardev","download_url":"https://codeload.github.com/cybardev/cutefetch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231639032,"owners_count":18404265,"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":["fetch","screenshots","sysinfo"],"created_at":"2024-08-03T04:00:37.759Z","updated_at":"2025-08-31T23:32:38.477Z","avatar_url":"https://github.com/cybardev.png","language":"Shell","readme":"# cutefetch\n\n## Tiny coloured fetch script with cute little animals\n\n\u003e [!NOTE]\n\u003e This script works on both Linux and Mac OS systems. Enjoy~ :3\n\nA fork of [elenapan](https://github.com/elenapan)'s [bunnyfetch](https://github.com/elenapan/dotfiles/blob/feb0452d5ed2ab1a49aada4c9c46cf3f78c18094/bin/bunnyfetch) script.\nUses improvements from [strafe/bunnyfetch](https://github.com/strafe/bunnyfetch/blob/0283d355928df7aafd1d92607a3e452417246fd0/bunnyfetch) and adds Mac OS compatibility.\n\n\u003cimg width=\"245\" alt=\"image\" src=\"https://user-images.githubusercontent.com/50134239/161402429-2561a87a-3a89-42d4-ad7c-cefe4ef62fa2.png\"\u003e\n\n### Install\n\n-   Place the fetch script somewhere on your `$PATH` (I use `$HOME/.local/bin/`)\n-   Make it executable by running `chmod +x ./cutefetch` in the directory it is located\n-   Use a [NerdFont](https://www.nerdfonts.com/) with your terminal to display glyphs properly\n\n### Usage\n\nAfter installation, run `cutefetch` in the terminal.\n\nCommand line arguments can be passed to specify the animal and eye style.\n\n#### Output of `cutefetch -h`\n\n```\nCutefetch - Tiny coloured fetch script to display sysinfo\n\nUSAGE: cutefetch [-m MODE] [-e EYES] [-r] [-v] [-h]\n\n    [MODE]:\n        cat, kitty            : show kitty ascii art with sysinfo\n        catfull, cat2, kitty2 : show kitty ascii art with sysinfo (full body)\n        bunny, rabbit         : show bunny ascii art with sysinfo\n        dog, doggo, doggy     : show doggy ascii art with sysinfo\n        penguin, pengu, pingu : show penguin ascii art with sysinfo\n        minimal, simple       : show sysinfo with no ascii art\n        none, noglyph, text   : show sysinfo with text only\n\n    [EYES]:\n        Numbers from 0 to 15:\n            Selects eyes for cats, bunny, and dog\n\n         0:  . .\n         1:  · ·\n         2:  ^ ^\n         3:  - -\n         4:  ~ ~\n         5:  * *\n         6:  ^.^\n         7:  -.-\n         8:  ~.~\n         9:  *.*\n        10:  0.0\n        11:  0 0\n        12:  o o\n        13:  o.o\n        14:  ° o\n\n        no/other number:\n             ^.^ (kitty)\n          or . . (bunny)\n          or · · (doggy)\n\n    [-r]            : use randomized ascii art\n    [-v]            : print the version number\n    [-h]            : print this help message\n    [no option]     : same as: cutefetch -m cat -e 6\n    [unkown option] : print this help message\n                      and return status code 1\n```\n\n### Screenshots\n\n![desktop](https://imgur.com/tX8Fqt4.png)\n\n### Credits\n- Randomization of ascii art suggested by [Westofer](https://github.com/westofer)\n- Thanks to our [contributors](https://github.com/cybardev/cutefetch/graphs/contributors) for code and ideas\n\n### Links:\n\n-   [original script](https://github.com/elenapan/dotfiles/blob/master/bin/bunnyfetch)\n-   [elenapan/dotfiles](https://github.com/elenapan/dotfiles/)\n-   [strafe/bunnyfetch](https://github.com/strafe/bunnyfetch/)\n-   [cybardev/cutefetch-mac](https://github.com/cybardev/cutefetch-mac/)\n","funding_links":[],"categories":["Operation System","Packages"],"sub_categories":["Cross Platform","CLI Tools"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybardev%2Fcutefetch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcybardev%2Fcutefetch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybardev%2Fcutefetch/lists"}