An open API service indexing awesome lists of open source software.

https://github.com/freddie-nelson/wfetch

A neofetch like cli tool for windows written entirely in Go
https://github.com/freddie-nelson/wfetch

cli neofetch rice

Last synced: 9 months ago
JSON representation

A neofetch like cli tool for windows written entirely in Go

Awesome Lists containing this project

README

          

![wfetch](https://raw.githubusercontent.com/freddie-nelson/wfetch/main/demo.png)

## Table of Contents 📰

- [Installation](#installation)
- [How to use](#getting-started)
- [License](#license)
- [Contact](#contact)

## Installation 🔥

```bash
# using go cli
go get github.com/freddie-nelson/wfetch
go install github.com/freddie-nelson/wfetch
```

## How to use 👍

```bash
# Default terminal color
wfetch

# Pick color from desktop wallpaper
wfetch --wall
```

## License

[MIT](https://opensource.org/licenses/MIT)

Copyright © 2020 - Present, Freddie Nelson

## Contact

- [Send me an email 📧](mailto:freddie0208@hotmail.com)
- [DM me through twitter](https://twitter.com/freddie_dev)
- [Contact me through my website](https://freddienelson.co.uk)