From ecd436775ed53011cb12a5cf48605a2acb4aeddc Mon Sep 17 00:00:00 2001 From: Kebert Xela Date: Sun, 21 Apr 2019 10:40:51 -0700 Subject: [PATCH] Adding terminal browser Browsh --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f9b4390..05dc482 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ A curated list of awesome console services (reachable via HTTP, HTTPS and other - [Text Sharing (like pastebin)](#Text-Sharing-like-pastebin "Text Sharing (like pastebin)") - [URL shortener](#URL-shortener "URL shortener") - [File Transfer](#File-Transfer "File Transfer") + - [Browser](#Browser "Browser") - [Tools](#Tools "Tools") - [Monitoring](#Monitoring "Monitoring") - [Weather](#Weather "Weather") @@ -61,6 +62,10 @@ A curated list of awesome console services (reachable via HTTP, HTTPS and other * `curl --upload-file transfer.sh/` +## Browser + +* `ssh brow.sh` + ## Tools * `curl qrenco.de/STRING` or `echo STRING | curl -F-=\<- qrenco.de` — create QR-code for a string ([chubin/qrenco.de](https://github.com/chubin/qrenco.de))