From e0673237140df99e1084c1d1d493777b3854eda4 Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Wed, 17 Jul 2019 16:30:37 +0530 Subject: [PATCH] Change about.md --- about.md | 37 ++++++------------------------------- 1 file changed, 6 insertions(+), 31 deletions(-) diff --git a/about.md b/about.md index c446934..97e7a9d 100644 --- a/about.md +++ b/about.md @@ -15,38 +15,13 @@ To make a new entry, click "New" (or type 'control + n') ## From the Console -Most of the time I want to show you some text, it's coming from my current -console session. We should make it really easy to take code from the console -and send it to people. +[bin-client](git.webionite.com/ceda_ei/bin-client) -`cat something | haste` # https://hastebin.com/1238193 - -You can even take this a step further, and cut out the last step of copying the -URL with: - -* osx: `cat something | haste | pbcopy` -* linux: `cat something | haste | xsel` -* windows: check out [WinHaste](https://github.com/ajryan/WinHaste) - -After running that, the STDOUT output of `cat something` will show up at a URL -which has been conveniently copied to your clipboard. - -That's all there is to that, and you can install it with `gem install haste` -right now. - * osx: you will need to have an up to date version of Xcode - * linux: you will need to have rubygems and ruby-devel installed - -## Duration - -Pastes will stay for 30 days from their last view. They may be removed earlier -and without notice. - -## Privacy - -While the contents of hastebin.com are not directly crawled by any search robot -that obeys "robots.txt", there should be no great expectation of privacy. Post -things at your own risk. Not responsible for any loss of data or removed -pastes. +Add the following to your bashrc/zshrc +``` +export MKR_BIN='https://bin.webionite.com/' +export HASTEBIN=1 +``` ## Open Source