novaburst 2393eff21c I am Magnus. You are registered in my memory banks...
git-svn-id: file:///srv/svn/repo/mima/trunk@1 d2428f92-30f9-164c-8098-19ee57ce342c
2022-05-10 12:13:40 +00:00

* antifetch
A silly reimplementation of nofetch(1) from posix-sh-tools in Go
Where most information is provided by yourself!

i.e. OS (operating system), ARCH (architecture), and HOST (hostname)

```
ARCH=$(uname -m) HOST=$(hostname) OS=$(uname) go run main.go
```

Licensed under DPL-1.1
Description
pfetch clone featuring an evil spirit in your computer
Readme 61 KiB
Languages
Go 80.9%
Makefile 19.1%