https://github.com/xanmoy/xanfetch-win
A command-line system information tool for Windows
https://github.com/xanmoy/xanfetch-win
microsoft powershell windows windows-11
Last synced: 2 months ago
JSON representation
A command-line system information tool for Windows
- Host: GitHub
- URL: https://github.com/xanmoy/xanfetch-win
- Owner: xanmoy
- License: mit
- Created: 2024-05-01T22:28:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T21:46:07.000Z (about 2 years ago)
- Last Synced: 2025-03-01T13:22:13.590Z (over 1 year ago)
- Topics: microsoft, powershell, windows, windows-11
- Language: PowerShell
- Homepage:
- Size: 906 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# XanFetch
XanFetch is a command-line system information utility for Windows written in PowerShell.

## Overview
XanFetch provides an easy way to gather system information on Windows systems directly from the command line. It displays various details about the system, including OS version, CPU, GPU, memory usage, disk usage, network status, and more.
## Features
- Displays system information such as OS version, CPU, GPU, memory usage, etc.
- Option to display a pixelated image of the XanFetch logo.
- Ability to download a configuration template.
- Support for displaying information without any image or logo.
- Detailed help message available for reference.
## Usage
XanFetch can be used with various options:
- `-image`: Display a pixelated image instead of the usual logo. (Imagemagick required)
- `-genconf`: Download a configuration template. (Internet connection required)
- `-noimage`: Do not display any image or logo; display information only.
- `-help`: Display help message.
## Requirements
- PowerShell 5+
- Imagemagick (optional, required for image display)
## Installation
1. Clone or download the XanFetch repository.
2. Ensure PowerShell 5+ is installed on your system.
3. Optionally, install Imagemagick if you want to display the pixelated image.
## Usage Example
```powershell
# Display system information with the XanFetch logo
.\XanFetch.ps1
# Download a configuration template
.\XanFetch.ps1 -genconf
```
## Credits
- **Author:** [xanmoy](https://github.com/xanmoy)
- **Project URL:** [https://github.com/xanmoy/xanfetch](https://github.com/xanmoy/xanfetch)
## License
This project is licensed under the [MIT License](LICENSE).
This README.md now includes the License and Credit sections. Feel free to use it for your project!