From 7c7fd10c29ba5d0752a4246439599c3c475fb866 Mon Sep 17 00:00:00 2001 From: zneix <44851575+zneix@users.noreply.github.com> Date: Sat, 5 Sep 2020 18:06:43 +0200 Subject: [PATCH] Updated haste-client information --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cdfc84a..645380c 100644 --- a/README.md +++ b/README.md @@ -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