Train harder.

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>

git-svn-id: file:///srv/svn/repo/mima/trunk@18 d2428f92-30f9-164c-8098-19ee57ce342c
This commit is contained in:
yakumo.izuru 2023-09-18 00:20:30 +00:00
parent ed1fcf6b63
commit 38b646e185
3 changed files with 11 additions and 10 deletions

View File

@ -1,13 +1,14 @@
# mima
A silly reimplementation of `nofetch(1)` in Go.
My own `neofetch` clone written from scratch in Go.
It just does what it's supposed to do, without any fancy graphics.
```shell
akoizumi @ mizuki-reborn
yakumo_izuru @ mizuki-reborn
Editor: vim
System: freebsd
Architecture: amd64
RAM: 1386M/3967M (40.790361%)
RAM: 158M/3967M (57.970572%)
Shell: /bin/sh
Uptime: 0d:1h:17m
Uptime: 0d:13h:6m
```

View File

@ -1,4 +1,4 @@
// $MirrorWorld: mima, v 0.1.6 2022/11/15 08:54:00 yakumo_izuru Exp $
// $TheSupernovaDuo: mima,v 2023.05.12 2023/5/12 12:4:43 yakumo_izuru Exp $
//
// Get current system information like neofetch(1) without fancy things.
// It mostly uses the standard library, and two extra external dependencies.

View File

@ -1,9 +1,9 @@
.Dd 2022-09-06
.Dt ANTIFETCH 1
.Dd $Mdocdate$
.Dt MIMA 1
.Os
.Sh NAME
.Nm antifetch
.Nd Rewrite of the old nofetch in Go
.Nm mima
.Nd My own simple implementation of a neofetch program
.Sh SYNOPSIS
.Nm
.Sh DESCRIPTION
@ -20,4 +20,4 @@ Scheme program, which has
nothing to do with this
or the older program.
.Sh AUTHORS
.An Aoi K. Aq Mt koizumi.aoi@kyoko-project.wer.ee
.An Izuru Yakumo Aq Mt yakumo.izuru@chaotic.ninja