{"id":13740216,"url":"https://github.com/M4cs/winfetch","last_synced_at":"2025-05-08T19:36:45.768Z","repository":{"id":96218507,"uuid":"266132124","full_name":"M4cs/winfetch","owner":"M4cs","description":":computer: Neofetch/Screenfetch Alternative Written in Golang","archived":false,"fork":false,"pushed_at":"2021-10-28T02:15:15.000Z","size":42383,"stargazers_count":146,"open_issues_count":8,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-14T12:53:50.837Z","etag":null,"topics":["command-line","golang","gomodule","neofetch","powershell"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/M4cs.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}},"created_at":"2020-05-22T14:35:05.000Z","updated_at":"2024-11-07T14:57:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"c6186f37-2ce9-4674-aca2-7d2ca26dfdd7","html_url":"https://github.com/M4cs/winfetch","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M4cs%2Fwinfetch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M4cs%2Fwinfetch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M4cs%2Fwinfetch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M4cs%2Fwinfetch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/M4cs","download_url":"https://codeload.github.com/M4cs/winfetch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224765420,"owners_count":17366117,"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":["command-line","golang","gomodule","neofetch","powershell"],"created_at":"2024-08-03T04:00:44.590Z","updated_at":"2024-11-15T10:30:21.817Z","avatar_url":"https://github.com/M4cs.png","language":"Go","readme":"\u003cp align=\"center\"\u003e\n    \u003cb\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/M4cs/winfetch/master/gitimages/logo.png\"/\u003e\u003cbr\u003e\n    \u003cimg src=\"https://img.shields.io/github/stars/M4cs/winfetch\"\u003e \u003cimg src=\"https://img.shields.io/github/issues/M4cs/winfetch\"\u003e\n    \u003ca href=\"https://goreportcard.com/report/github.com/M4cs/winfetch\" target=\"_blank\"\u003e\u003cimg src=\"https://goreportcard.com/badge/github.com/M4cs/winfetch\"\u003e\u003c/a\u003e\n    \u003cimg src=\"https://travis-ci.com/M4cs/winfetch.svg?branch=master\"\u003e \u003ca href=\"https://codeclimate.com/github/M4cs/winfetch/maintainability\"\u003e\u003cimg src=\"https://api.codeclimate.com/v1/badges/5d5dcd97b51f9e01189c/maintainability\" /\u003e\u003c/a\u003e\n    \u003cp align=\"center\"\u003eA command-line system info tool written in Go for Windows\u003c/p\u003e\n    \u003cp align=\"center\"\u003eInspired by \u003ca href=\"https://github.com/dylanaraps/neofetch\"\u003eneofetch\u003c/a\u003e\u003c/p\u003e\n    \u003c/b\u003e\n\u003c/p\u003e\n\n\n\n\n### Overview\nWinfetch is an alternative program for neofetch/screenfetch made for Windows! It allows you to display system information through your command line without needing to have any hacky bash fixes to run neofetch. It's also faster!\n\nFor More information and detailed instructions on configuration and installation read the [Wiki here](https://github.com/M4cs/winfetch/wiki)\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/M4cs/winfetch/master/gitimages/preview.png\" align=\"center\" height=\"270px\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/M4cs/winfetch/master/gitimages/preview1.png\" align=\"center\" height=\"270px\"\u003e\n\u003c/p\u003e\n\n## Installation\n\n### Downloading Binary/Installer\n\nYou can find the Binary and Installer in the [Releases Section](https://github.com/M4cs/winfetch/releases). If you download the installer it will install `winfetch.exe` to whichever path you specify, the default is `C:\\\nProgram Files\\winfetch\\winfetch.exe`. \n\nIf you download the binary alone in `.zip` format you can unzip and extract it to somewhere inside your `$PATH`. \n\n**Make sure wherever you install `winfetch` to is inside your $PATH! For more info refer [here](https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/)**\n\n\u003chr\u003e\n\n### Using `go get` (Recommended Method)\n\nTo install from go simply run:\n\n```\ngo get github.com/M4cs/winfetch\n```\n\n\u003chr\u003e\n\n### Building From Source\n\nClone the repository:\n\n```\ngit clone https://github.com/M4cs/winfetch.git\n```\n\nRun the following commands:\n\n```\ncd winfetch\ngo build\n./winfetch.exe # This will be built inside the winfetch/ directory\n```\n\n## Dependencies\n\n[ghw](https://github.com/jaypipes/ghw) - Hardware/System Information\n\n[xterm-256](https://github.com/gilliek/go-xterm256) - Color Printing To Terminal\n\n## Credit\n\n[neofetch](https://github.com/dylanaraps/neofetch) - Inspiration and ASCII Art\n\n\n## Contribution\n\nAny contributions are welcome! I'm sure the code is ugly as hell since this is really my first Go program but anybody who would like to help out is greatly appreciated! Feel free to Open a PR and Issue with any feedback/suggestions for improvements or features in Winfetch.\n\n\n","funding_links":[],"categories":["Operation System","Packages"],"sub_categories":["Cross Platform","CLI Tools"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FM4cs%2Fwinfetch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FM4cs%2Fwinfetch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FM4cs%2Fwinfetch/lists"}