SkillAgentSearch skills...

Gofetch

Gofetch is a pretty command-line "Go and System information" tool written in Go

Install / Use

/learn @liamtoaldo/Gofetch
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Contributors Forks Stargazers Issues MIT License

<!-- PROJECT LOGO --> <br /> <p align="center"> <a href="https://github.com/liamtoaldo/gofetch"> <img src="https://i.imgur.com/jkoGdvD.jpg" alt="Logo" heigth="60"> </a> <h3 align="center">GoFetch</h3> <p align="center"> Show off your Go information with this cool command-line tool! <br /> <br /> <a href="https://github.com/liamtoaldo/gofetch/issues">Report Bug</a> || <a href="https://github.com/liamtoaldo/gofetch/pulls">Request Feature</a> </p> </p> <!-- TABLE OF CONTENTS -->

Table of Contents

About The Project

<br> <p align="center">A pretty command-line "Go and System information" tool written in Go <br> <br> <img src="https://i.imgur.com/22FgDEX.png" alt="example" width="800"> </p>

Built With

<!-- GETTING STARTED -->

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • golang
  • linux, android (Termux) or windows (not available for mac at the moment)

Installation

Linux

# clone and go into repo
git clone https://github.com/liamtoaldo/gofetch.git
cd gofetch/
# install
sudo install -m755 gofetch /usr/bin/gofetch
# go back and remove the download
cd ..
rm -rf gofetch/
# run
gofetch

Windows

Open start menu,
1. Type Edit environment variables
2. Open the option Edit the system environment variables
3. Click Environment variables... button
4. There you see two boxes, in System Variables box find path variable
5. Click Edit
6. a window pops up, click New
7. Type the Directory path of gofetch.exe (Directory means exclude the file name from path)
8. Click Ok on all open windows and restart the command prompt.

Android

The only way to use gofetch for android if not having root access is building from source.
If you have root access just follow the Linux Installation

# clone and go into repo
git clone https://github.com/liamtoaldo/gofetch.git
cd gofetch/
# remove the linux executable
rm gofetch
# build
go build
# run
./gofetch

Usage

If you followed the previous steps, you just have to run the program with

gofetch # start the main program
<!-- ROADMAP -->

Roadmap

See the open issues for a list of proposed features (and known issues).

<!-- CONTRIBUTING -->

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request
<!-- LICENSE -->

License

Distributed under the MIT License. See LICENSE for more information.

<!-- CONTACT -->

Contact

Me - liamtoaldo+gh@gmail.com Project Link: https://github.com/liamtoaldo/gofetch

<!-- ACKNOWLEDGEMENTS -->

Acknowledgements

<!-- MARKDOWN LINKS & IMAGES --> <!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
View on GitHub
GitHub Stars80
CategoryDevelopment
Updated7mo ago
Forks5

Languages

Go

Security Score

87/100

Audited on Aug 30, 2025

No findings