Thanks to visit codestin.com
Credit goes to github.com

Skip to content

lyfe691/self

Repository files navigation

Self

GitHub issues GitHub last commit GitHub repo size GitHub Visitors

A customizable Windows system information display tool inspired by Neofetch.

Install

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

Features

  • System info + image/ASCII art display
  • Image Render modes: Block (▀), Braille (⠿). i recommend block due to better color visibility.
  • Customizable themes and layout

Usage

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

Screenshots

self screenshot

License

MIT © Yanis Sebastian Zürcher

About

Neofetch — but for Windows.

Topics

Resources

License

Stars

Watchers

Forks