titre: Howto Go-quitter

This commit is contained in:
Mathieu Gauthier-Pilote 2024-02-26 11:40:36 -05:00
parent 506d35c700
commit 8e8c781186

View file

@ -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 '@<jdoe>' | grep -v '^@<jdoe>'"
~~~
~~~