- Notifications
You must be signed in to change notification settings - Fork10
💻 Neofetch/Screenfetch Alternative Written in Golang
License
M4cs/winfetch
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A command-line system info tool written in Go for Windows
Inspired byneofetch
Winfetch is an alternative program for neofetch/screenfetch made for Windows! It allows you to display system information through your command line without needing to have any hacky bash fixes to run neofetch. It's also faster!
For More information and detailed instructions on configuration and installation read theWiki here
You can find the Binary and Installer in theReleases Section. If you download the installer it will installwinfetch.exe
to whichever path you specify, the default isC:\ Program Files\winfetch\winfetch.exe
.
If you download the binary alone in.zip
format you can unzip and extract it to somewhere inside your$PATH
.
Make sure wherever you installwinfetch
to is inside your $PATH! For more info referhere
To install from go simply run:
go get github.com/M4cs/winfetch
Clone the repository:
git clone https://github.com/M4cs/winfetch.git
Run the following commands:
cd winfetchgo build./winfetch.exe # This will be built inside the winfetch/ directory
ghw - Hardware/System Information
xterm-256 - Color Printing To Terminal
neofetch - Inspiration and ASCII Art
Any contributions are welcome! I'm sure the code is ugly as hell since this is really my first Go program but anybody who would like to help out is greatly appreciated! Feel free to Open a PR and Issue with any feedback/suggestions for improvements or features in Winfetch.
About
💻 Neofetch/Screenfetch Alternative Written in Golang