Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liamtoaldo/gofetch
Gofetch is a pretty command-line "Go and System information" tool written in Go
https://github.com/liamtoaldo/gofetch
Last synced: 6 days ago
JSON representation
Gofetch is a pretty command-line "Go and System information" tool written in Go
- Host: GitHub
- URL: https://github.com/liamtoaldo/gofetch
- Owner: liamtoaldo
- License: mit
- Created: 2020-12-02T12:44:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-10T14:08:22.000Z (over 1 year ago)
- Last Synced: 2024-08-01T19:54:51.836Z (3 months ago)
- Language: Go
- Homepage:
- Size: 3.49 MB
- Stars: 77
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
GoFetch
Show off your Go information with this cool command-line tool!
Report Bug ||
Request Feature
## Table of Contents
- [About the Project](#about-the-project)
- [Built With](#built-with)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Roadmap](#roadmap)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)
- [Acknowledgements](#acknowledgements)## About The Project
A pretty command-line "Go and System information" tool written in Go
### Built With
- [Go](https://golang.org)
## 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
```sh
# 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
```sh
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](#linux)
```sh
# 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
```
## UsageIf you followed the previous steps, you just have to run the program with
```sh
gofetch # start the main program
```## Roadmap
See the [open issues](https://github.com/liamtoaldo/gofetch/issues) for a list of proposed features (and known issues).
## 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
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
Me - [[email protected]](mailto:[email protected])
Project Link: [https://github.com/liamtoaldo/gofetch](https://github.com/liamtoaldo/gofetch)## Acknowledgements
- [Myself for doing everything.](https://github.com/liamtoaldo)
[contributors-shield]: https://img.shields.io/github/contributors/liamtoaldo/gofetch.svg?style=flat-square
[contributors-url]: https://github.com/liamtoaldo/gofetch/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/liamtoaldo/gofetch.svg?style=flat-square
[forks-url]: https://github.com/liamtoaldo/gofetch/network/members
[stars-shield]: https://img.shields.io/github/stars/liamtoaldo/gofetch.svg?style=flat-square
[stars-url]: https://github.com/liamtoaldo/gofetch/stargazers
[issues-shield]: https://img.shields.io/github/issues/liamtoaldo/gofetch.svg?style=flat-square
[issues-url]: https://github.com/liamtoaldo/gofetch/issues
[license-shield]: https://img.shields.io/github/license/liamtoaldo/gofetch.svg?style=flat-square
[license-url]: https://github.com/liamtoaldo/gofetch/blob/master/LICENSE