18
0
Fork 0
This commit is contained in:
pdiogoantunes 2017-06-23 00:05:42 +02:00
parent be472c3644
commit b0eb2fbaed
1 changed files with 21 additions and 0 deletions

21
go-quitter.md Normal file
View File

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