Files
winfetch/README.md
T
2019-04-03 16:03:19 -04:00

2.2 KiB

logo

A command-line system information utility for Windows

GitHub code size in bytes GitHub All Releases GitHub GitHub last commit

neofetch

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 6+; 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.

Features

Why you should use WinFetch:

  1. You don't have any other choices.
  2. WinFetch is tiny. The whole thing is ~9.5KB and 280 lines of pure PowerShell, counting comments. Compare that to Neofetch, which is about 280KB and 7500 lines of code.
  3. No need for the WSL. 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.

Installation

Installation with Scoop coming soon!

For now, find the latest version from the releases section. Download the .zip archive, extract, and add ./src/winfetch.ps1 to your $PATH.