{"id":22344579,"url":"https://github.com/catmeowbyte/catfetch","last_synced_at":"2025-07-05T00:40:11.047Z","repository":{"id":264637773,"uuid":"893932313","full_name":"CatMeowByte/catfetch","owner":"CatMeowByte","description":"Minimal system information tool written in pure shell script.","archived":false,"fork":false,"pushed_at":"2024-11-25T13:15:29.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T11:32:17.234Z","etag":null,"topics":["neofetch","neofetch-clone"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CatMeowByte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-11-25T13:11:20.000Z","updated_at":"2024-11-25T13:16:27.000Z","dependencies_parsed_at":"2024-11-25T16:18:03.834Z","dependency_job_id":null,"html_url":"https://github.com/CatMeowByte/catfetch","commit_stats":null,"previous_names":["catmeowbyte/catfetch"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CatMeowByte%2Fcatfetch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CatMeowByte%2Fcatfetch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CatMeowByte%2Fcatfetch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CatMeowByte%2Fcatfetch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CatMeowByte","download_url":"https://codeload.github.com/CatMeowByte/catfetch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245632418,"owners_count":20647194,"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":["neofetch","neofetch-clone"],"created_at":"2024-12-04T09:12:45.198Z","updated_at":"2025-07-05T00:40:11.037Z","avatar_url":"https://github.com/CatMeowByte.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CATFETCH\n\n`catfetch` is yet another fetch-like written in shell. It uses 1-bit hand drawn graphics for the icon.\n\n![screenshot](https://github.com/user-attachments/assets/892e62b9-d95a-44a3-9c9e-5f347942b14d)\n\n## Installation\n\n1. Make the script executable:\n\n   ```sh\n   chmod +x catfetch\n   ```\n\n2. Copy it to any directory in your `PATH`. The recommended location is `~/.local/bin`:\n\n   ```sh\n   cp catfetch ~/.local/bin/\n   ```\n\n3. Ensure the directory is in your `PATH`. If not, add the following to your shell configuration file:\n\n   ```sh\n   export PATH=\"$HOME/.local/bin:$PATH\"\n   ```\n\n## Usage\n\nRun:\n\n```sh\ncatfetch\n```\n\nor put it in the last line of your shell configuration file.\n\n## Configuration\n\nto configure `catfetch`, you must edit the script file directly. all customization is done by changing variables defined at the top of the script.\n\nthe icon uses a 1-bit pixel drawing system: each character in the icon block represents a pixel. a space character means the pixel is **off**, and any other character means the pixel is **on**. this creates a grid-like layout where you can draw shapes by filling in pixels manually. the result is rendered as a monochrome icon in the terminal.\n\n---\n\nThis project is licensed under [WTFPL](http://wtfpl.net \"Do What the Fuck You Want to Public License\").\n\nThis project follows the [HGG](https://catmeowbyte.github.io/heretic_git_guidelines \"Heretic Git Guidelines\").","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatmeowbyte%2Fcatfetch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcatmeowbyte%2Fcatfetch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatmeowbyte%2Fcatfetch/lists"}