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

https://github.com/gunzette/fetchette

A WIP neofetch program I am currently creating
https://github.com/gunzette/fetchette

fastfetch golang neofetch screenfetch

Last synced: about 1 year ago
JSON representation

A WIP neofetch program I am currently creating

Awesome Lists containing this project

README

          

# Fetchette
This will (hopefully) be a neofetch-like program in go if it gets finished

## Current state of the program:
![image](screenshots/earlyArch.png)
![image](screenshots/earlyWin.png)

## Todos
- [X] Use terminal colors in go
- [X] Create go module to use display colors more easily
- [X] Display ASCII art
- [ ] Get system info: WIP
- [X] Display system info next to logo
### Todo further
- [ ] Add more, good ASCII art
- [ ] Use `flags` instead of `os.Args`
- [ ] Stop with the `log.Fatal`s and actually create good error handling: WIP (Done for termcolor, but not modules)
- [X] Make OS info output colored
- [ ] Fix the amount of underlines being wrong due to ansii

## WARNING
Will only work on windows if called from bash shell or similar, will fail in powershell

## Additional Information
The arch and windows logo ascii art is taken from [fastfetch](https://github.com/fastfetch-cli/fastfetch) the LICENSE for them is in the ascii directory