Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-02T21:46:07.000Z (8 months ago)
- Last Synced: 2024-11-07T09:37:49.218Z (about 2 months 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.
![XanFetch](https://github.com/xanmoy/xanfetch/blob/main/assets/xanfetch.png)
## 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!