From 8e8c7811866e800d1d1ca52abfa084dd0f3dcd58 Mon Sep 17 00:00:00 2001 From: Mathieu Gauthier-Pilote Date: Mon, 26 Feb 2024 11:40:36 -0500 Subject: [PATCH] titre: Howto Go-quitter --- go-quitter.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/go-quitter.md b/go-quitter.md index 3f7c288f..5e0215bd 100644 --- a/go-quitter.md +++ b/go-quitter.md @@ -1,3 +1,7 @@ +--- +title: Howto Go-quitter +... + # Go-quitter Go-quitter est un projet de client GNU Social (statusnet) en CLI écrit en langage Go : [dépôt github](https://github.com/aerth/go-quitter) @@ -18,4 +22,4 @@ $ GOPATH=/tmp/go GOBIN=$HOME/bin/ CGO_ENABLED=0 go get -v -u -x -ldflags='-s -w' $ go-quitter config $ #Voir dernière notifs $ watch -n 60 -d "go-quitter home 2>/dev/null | grep '@' | grep -v '^@'" -~~~ \ No newline at end of file +~~~