A customizable Windows system information display tool inspired by Neofetch.
Note
Install via PowerShell. It'll install at user level so no need to run as administrator. If you want it beyond user level (root) just move the folder to C:\Self.
iwr -Uri "https://raw.githubusercontent.com/lyfe691/self/main/install.ps1" -UseBasicParsing | iex- System info + image/ASCII art display
- Image Render modes: Block (▀), Braille (⠿). i recommend block due to better color visibility.
- Customizable themes and layout
self # Run with default settings
self --setup # Run setup wizard
self --update # Update to latest version
self --image <file> # Use specific image
self --ascii <file> # Use specific ASCII art
self --height <n> # Set image height
self --width <n> # Set image width
self --version # Show version information
self --config <path> # Use custom config file
self --no-cache # Skip cached system info
self --debug # Run in simplified debug mode
More options
--ascii <file>: Use specific ASCII art--height <n>,--width <n>: Set image dimensions--no-cache: Skip using cached system info--debug: Run in simplified mode--version: Show version info