{"id":18959473,"url":"https://github.com/sctech-tr/betterfetch","last_synced_at":"2026-02-10T05:31:27.281Z","repository":{"id":255623329,"uuid":"851216229","full_name":"sctech-tr/betterfetch","owner":"sctech-tr","description":"betterfetch is a quick system information tool.","archived":false,"fork":false,"pushed_at":"2025-11-08T08:58:13.000Z","size":128,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-08T10:15:27.250Z","etag":null,"topics":["bash","betterfetch","fetch","hyfetch","info","neofetch","neofetch-clone","sh","shell","sysinfo","system","zsh"],"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/sctech-tr.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}},"created_at":"2024-09-02T16:41:58.000Z","updated_at":"2025-11-08T08:58:17.000Z","dependencies_parsed_at":"2024-09-06T11:17:09.781Z","dependency_job_id":"6da9072f-c2d3-4e3e-a286-77f89e536cdf","html_url":"https://github.com/sctech-tr/betterfetch","commit_stats":null,"previous_names":["sctech-tr/betterfetch"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/sctech-tr/betterfetch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sctech-tr%2Fbetterfetch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sctech-tr%2Fbetterfetch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sctech-tr%2Fbetterfetch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sctech-tr%2Fbetterfetch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sctech-tr","download_url":"https://codeload.github.com/sctech-tr/betterfetch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sctech-tr%2Fbetterfetch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29291131,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T03:42:42.660Z","status":"ssl_error","status_checked_at":"2026-02-10T03:42:41.897Z","response_time":65,"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":["bash","betterfetch","fetch","hyfetch","info","neofetch","neofetch-clone","sh","shell","sysinfo","system","zsh"],"created_at":"2024-11-08T14:01:24.738Z","updated_at":"2026-02-10T05:31:27.237Z","avatar_url":"https://github.com/sctech-tr.png","language":"Shell","readme":"# betterfetch 📜\n## What's betterfetch? \nbetterfetch is a fetch script used to quickly show system information in terminal. it's a fork of \u003ca href=\"https://github.com/emilydaemon/zfetch\"\u003ezfetch\u003c/a\u003e.\n## What does it show? \ncurrently it shows these:\n- a red text saying \"YOU ARE ROOT!!!!\" if you ran it as root\n- your username and your machine name.\n- your os.\n- your kernel.\n- machine uptime.\n- terminal shell.\n- desktop environment.\n- terminal emulator.\n- your cpu.\n- your init. (e.g. systemd)\n- local ip.\n- 7 colored dots to identify terminal colors.\n## How do I use it?\ntype ```betterfetch``` to run it\n\ntype ```betterfetchrc``` to edit the config file\n## How do I install it?\n### Linux\n#### Distros that use RPM\n##### recommended method:\n```\nsudo dnf install dnf-plugins-core\nsudo dnf copr enable sctech/betterfetch\nsudo dnf install betterfetch\n```\n##### manual method:\ndownload the latest rpm package from the releases page.\n#### Debian-based distros\ndownload the latest deb package from the releases page.\n#### Other distros\nrun this:\n```\ngit clone https://github.com/sctech-tr/betterfetch.git \ncd betterfetch\nsudo make install\n```\n### Windows\ninstall wsl and run the command above.\n## How do I update it?\n### Linux\n#### Distros that use RPM:\n##### if you used the recommended method:\nrun this:\n```\nsudo dnf update betterfetch\n```\n##### if you used the manual method:\ndownload the latest rpm package from the releases page.\n#### Debian-based distros\ndownload the latest deb package from the releases page.\n#### Other distros\nrun this:\n```\nrm -rf ~/betterfetch \u0026\u0026 git clone https://github.com/sctech-tr/betterfetch.git \u0026\u0026 cd betterfetch \u0026\u0026 sudo make install\n```\n### Windows\nin wsl, run the command above.\n## Will you provide a screenshot?\nyes\n\n![screenshot of betterfetch](https://github.com/user-attachments/assets/d68e3062-090b-493a-aaeb-52fbc2530476)\n\n## Why is there no logo?\nwhenever i added a new line, i had to improve the drawing. i don't like ascii drawing, so I removed it. if you still want a logo, use something else.\n## Where are the files?\n/etc/betterfetchrc - config file\n\n/etc/betterfetch-version - version file - do not delete!!\n\n/usr/bin/betterfetch - betterfetch itself\n\n/usr/bin/betterfetchrc - script to edit betterfetch config file\n","funding_links":[],"categories":["Operation System"],"sub_categories":["Cross Platform"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsctech-tr%2Fbetterfetch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsctech-tr%2Fbetterfetch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsctech-tr%2Fbetterfetch/lists"}