Files
winfetch/README.md
T

27 lines
2.3 KiB
Markdown

<h3 align="center"><img src="https://lptstr.github.io/lptstr-images/proj/winfetch/logo.png" alt="logo" height="100px"></h3>
<p align="center">A command-line system information utility for Windows 10</p>
<p align="center">
<img alt="GitHub code size in bytes" src="https://img.shields.io/github/languages/code-size/lptstr/winfetch.svg">
<img alt="GitHub" src="https://img.shields.io/github/license/lptstr/winfetch.svg">
<img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/lptstr/winfetch.svg">
<a href="https://www.codacy.com/app/lptstr/winfetch?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=lptstr/winfetch&amp;utm_campaign=Badge_Grade"><img src="https://api.codacy.com/project/badge/Grade/cc3ea20a9c4e4ec8a441e84dd9baa241"/></a>
</p>
<img src="https://lptstr.github.io/lptstr-images/screenshots/projects/winfetch/computant.png" alt="winfetch" align="right" height="230px" width="350">
Winfetch is a command-line system information utility written in PowerShell 6 for Windows. Winfetch displays information about your operating system, software and hardware in an way similar to Neofetch and Screenfetch.
Winfetch curently supports Windows 10; Windows 7 and Windows 8 have not yet been tested. **It is highly recommended to use Winfetch with PowerShell Core**; errors may appear if any other version is used.
While Winfetch does work in the majority of cases, things may break occasionally. Please report all such bugs [here](https://github.com/lptstr/winfetch/issues/new).
<img src="https://lptstr.github.io/lptstr-images/screenshots/projects/winfetch/computant-hyper.png" alt="winfetch" align="right" height="230px" width="350">
Why use Winfetch?
1. You don't have any other choices.
2. **Winfetch isn't bloated.** The whole thing is ~15KB and 500 lines of pure PowerShell, counting comments. Compare that to Neofetch, which is about 280KB and 7,500 lines of code.
3. **No need for the WSL, Cygwin, or MSYS2.** While you need to install the WSL (Windows Subsystem for Linux) to run Neofetch, all you need to use Winfetch is PowerShell 6 (or later), which you probably already have installed.
#### More: \[[Dependencies](https://github.com/lptstr/winfetch/wiki/Dependencies)\] \[[Installation](https://github.com/lptstr/winfetch/wiki/Installation)\] \[[Usage](https://github.com/lptstr/winfetch/wiki/Basic-Usage)\]