From 38b646e185475acfa4f43f4acb125e3a04c5ce40 Mon Sep 17 00:00:00 2001 From: "yakumo.izuru" Date: Mon, 18 Sep 2023 00:20:30 +0000 Subject: [PATCH] Train harder. Signed-off-by: Izuru Yakumo git-svn-id: file:///srv/svn/repo/mima/trunk@18 d2428f92-30f9-164c-8098-19ee57ce342c --- README.md | 9 +++++---- cmd/mima/main.go | 2 +- man/mima.1.mdoc | 10 +++++----- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0b2b113..bd313b1 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/cmd/mima/main.go b/cmd/mima/main.go index 92ad4a4..952480e 100644 --- a/cmd/mima/main.go +++ b/cmd/mima/main.go @@ -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. diff --git a/man/mima.1.mdoc b/man/mima.1.mdoc index fc7258b..1cf8b90 100644 --- a/man/mima.1.mdoc +++ b/man/mima.1.mdoc @@ -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