{"id":17199316,"url":"https://github.com/mngshm/rxfetch","last_synced_at":"2025-05-15T15:09:07.211Z","repository":{"id":39591760,"uuid":"363877839","full_name":"mngshm/rxfetch","owner":"mngshm","description":"A custom system info fetching tool ","archived":false,"fork":false,"pushed_at":"2025-03-10T05:30:27.000Z","size":2190,"stargazers_count":474,"open_issues_count":3,"forks_count":43,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-04-01T10:06:31.214Z","etag":null,"topics":["arch","bash","bash-script","fonts","hacktoberfest","icons","material","neofetch","pfetch","screenfetch","scripting","shell"],"latest_commit_sha":null,"homepage":"","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/mngshm.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-05-03T09:24:00.000Z","updated_at":"2025-03-30T13:16:41.000Z","dependencies_parsed_at":"2024-09-25T01:41:11.171Z","dependency_job_id":"65d8c16c-1b86-4fe5-aa42-8a4bc1c057a6","html_url":"https://github.com/mngshm/rxfetch","commit_stats":null,"previous_names":["mngshm/rxfetch"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mngshm%2Frxfetch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mngshm%2Frxfetch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mngshm%2Frxfetch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mngshm%2Frxfetch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mngshm","download_url":"https://codeload.github.com/mngshm/rxfetch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247829490,"owners_count":21002995,"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":["arch","bash","bash-script","fonts","hacktoberfest","icons","material","neofetch","pfetch","screenfetch","scripting","shell"],"created_at":"2024-10-15T02:01:15.329Z","updated_at":"2025-04-08T11:07:06.391Z","avatar_url":"https://github.com/mngshm.png","language":"Shell","readme":"\u003cdiv align=\"center\"\u003e\n\u003ch1\u003erxfetch\u003ch1\u003e\n\u003cimg src=\"https://img.shields.io/github/stars/Mangeshrex/rxfetch?color=e57474\u0026labelColor=1e2528\u0026style=for-the-badge\"\u003e \u003cimg src=\"https://img.shields.io/github/issues/Mangeshrex/rxfetch?color=67b0e8\u0026labelColor=1e2528\u0026style=for-the-badge\"\u003e\n\u003cimg src=\"https://img.shields.io/static/v1?label=license\u0026message=MIT\u0026color=8ccf7e\u0026labelColor=1e2528\u0026style=for-the-badge\"\u003e\n\u003cimg src=\"https://img.shields.io/github/forks/Mangeshrex/rxfetch?color=e5c76b\u0026labelColor=1e2528\u0026style=for-the-badge\"\u003e\n\u003cbr\u003e\n\u003cimg src=\"./screenshots/ss.png\"\u003e\n\u003c/div\u003e\n\n## About\n\nCustom system fetching tool written in bash script.\n\n## Requirements\n\n- Material design icons as for that pacman and ghost icons.\n- You need to put the provided fonts in the fonts directory to get the icons work.\n- If wanted you can change the source code of the fetch as per your needs.\n- If you already use material-design-icons you can just use the command below to install it.\n\n## Quick Installation\n\nYou can install rxfetch with this one-line command:\n\n```yaml\ncurl -s https://raw.githubusercontent.com/Mangeshrex/rxfetch/main/install.sh | sudo bash\n```\n\nFor Termux users:\n```yaml\ncurl -s https://raw.githubusercontent.com/Mangeshrex/rxfetch/main/install.sh | bash\n```\n\n## Run with curl\n\nIf you don't wanna clone this repo or install rxfetch, you can use curl.\n\n```yaml\n$ curl https://raw.githubusercontent.com/Mangeshrex/rxfetch/main/rxfetch | bash\n```\n\n## Installation\n\n### Arch Linux:\n\nrxfetch is available in the AUR, you can install it with\n\n```yaml\n$ yay -S rxfetch\n```\n\nalso, install the fonts too\n\n```yaml\n$ yay -S ttf-material-design-icons\n```\n\n### Termux (Android):\n\nIncluded in main repository, install with:\n\n```yaml\n$ pkg in rxfetch\n```\n\n### Manual:\n\n- Clone this repository \u0026 run rxfetch.\n\n```yaml\n# clones the rxfetch repo\n$ git clone https://github.com/mangeshrex/rxfetch\n# cd into rxfetch\n$ cd rxfetch\n# copy the fonts \n$ cp ttf-material-design-icons/* $HOME/.local/share/fonts\n# update fontconfig\n$ fc-cache -fv\n# run rxfetch\n$ ./rxfetch\n```\n\n\u003e If you have the fonts installed then just run this command.\n\n```yaml\n$ wget https://raw.githubusercontent.com/Mangeshrex/rxfetch/main/rxfetch \u0026\u0026 chmod +x rxfetch\n```\n\n- You can also add rxfetch to PATH by placing it in `/usr/local/bin`\n\n```yaml\n$ sudo cp rxfetch /usr/local/bin\n```\n\n- Upload your custom rxfetch script [ here ](https://github.com/Mangeshrex/rxfetch/issues/21)\n\n## Contributors\n\n\u003ca href=\"https://github.com/Mangeshrex/rxfetch/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=Mangeshrex/rxfetch\" /\u003e\n\u003c/a\u003e\n\nMade with [contrib.rocks](https://contrib.rocks).\n","funding_links":[],"categories":["Shell"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmngshm%2Frxfetch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmngshm%2Frxfetch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmngshm%2Frxfetch/lists"}