Updated haste-client information

This commit is contained in:
zneix 2020-09-05 18:06:43 +02:00
parent 7d476a668e
commit 7c7fd10c29
No known key found for this signature in database
GPG Key ID: 911916E0523B22F6
1 changed files with 3 additions and 5 deletions

View File

@ -17,13 +17,11 @@ Major design objectives:
* Be really simple
* Be easy to set up and use
~~Haste works really well with a little utility called [haste-client](https://github.com/seejohnrun/haste-client), allowing you to do things like:~~
I also rewrote Command Line utility [haste-client](https://github.com/zneix/haste-client), which can do things like:
~~`cat file | haste`~~
`cat file | haste`
~~which will output a URL to paste containing the contents of `file`. Check the README there for more details and usages.~~
There will be a rewritten version of this CLI Haste Client in Golang soon.
it outputs URL to a paste containing contents of `file`. Check [repo](https://github.com/zneix/haste-client) for more details.
# Installation