Adding terminal browser Browsh

This commit is contained in:
Kebert Xela 2019-04-21 10:40:51 -07:00
parent 3341dece6b
commit ecd436775e

View file

@ -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 <file> transfer.sh/<filename>`
## 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))