diff --git a/go-quitter.md b/go-quitter.md new file mode 100644 index 00000000..2ac43746 --- /dev/null +++ b/go-quitter.md @@ -0,0 +1,21 @@ +# Go-quitter + +Go-quitter est un projet de client en CLI pour GNU Social (statusnet) écrit en langage Go : [dépôt github](https://github.com/aerth/go-quitter) + +## Installation + +~~~ +# apt install golang git +~~~ + +~~~{.bash} +$ GOPATH=/tmp/go GOBIN=$HOME/bin/ CGO_ENABLED=0 go get -v -u -x -ldflags='-s -w' github.com/aerth/go-quitter/cmd/go-quitter +~~~ + +## Utilisation + +~~~ +$ 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