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
- Host: GitHub
- URL: https://github.com/gunzette/fetchette
- Owner: Gunzette
- License: mit
- Created: 2024-10-22T19:27:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-03T15:40:42.000Z (over 1 year ago)
- Last Synced: 2025-04-01T13:17:42.218Z (about 1 year ago)
- Topics: fastfetch, golang, neofetch, screenfetch
- Language: Go
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:


## 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