From a5bcf3b8422d4186081e23a502ff46a320f728e3 Mon Sep 17 00:00:00 2001 From: Alex Epstein Date: Mon, 7 Aug 2017 11:12:48 -0400 Subject: [PATCH] Putting tools into drop down --- README.md | 81 ++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 63 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index a651bf8..a7108f2 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,10 @@ fetch cheat.sh/~Bash-Snippets -## Cheat +## Tools + +
+Cheat The fastest way to find {command options|code pieces} you need @@ -35,8 +38,10 @@ Supports multiple languages and many bash commands +
-## Cloudup +
+Cloudup A tool that facilitates backing up github repositories to bitbucket @@ -52,8 +57,11 @@ Or run it with no flags and backup individual repositories. +
-## Crypt + +
+Crypt A wrapper for openssl that allows for quickly encrypting and decrypting files @@ -77,8 +85,11 @@ crypt -d [encrypted file] [output file] # decrypts files +
-## Cryptocurrency + +
+Cryptocurrency Converts Cryptocurrency based on realtime exchange rates @@ -93,8 +104,11 @@ ex.```currency [baseCurrency] [exchangeToCurrency] [amountBeingExchanged]``` so a valid use case would be ```currency BTC USD 12.35``` Written by: [Jonas-Taha El Sesiy](https://github.com/elsesiy) +
-## Currency + +
+Currency Converts currency based on realtime exchange rates @@ -107,9 +121,11 @@ Converts currency based on realtime exchange rates If you want to bypass to guided input you can pass in 3 arguments and it will run from there ex.```currency [baseCurrency] [exchangeToCurrency] [amountBeingExchanged]``` so a valid use case would be ```currency USD EUR 12.35``` +
-## Geo +
+Geo Provides data for wan, lan, router, dns, mac, and ip geolocation @@ -121,8 +137,11 @@ Provides data for wan, lan, router, dns, mac, and ip geolocation Written by: [Jake Meyer](https://github.com/jakewmeyer) +
-## Movies + +
+Movies Quick search that grabs relevant information about a movie @@ -131,8 +150,11 @@ Quick search that grabs relevant information about a movie +
-## Newton + +
+Newton Performs numerical calculations all the way up to symbolic math parsing. @@ -141,8 +163,11 @@ Performs numerical calculations all the way up to symbolic math parsing. +
-## Qrify + +
+Qrify Takes any string of text and turns it into a qr code @@ -156,9 +181,11 @@ This is useful for sending links or saving a string of commands to your phone Written by: [Linyos Torovoltos](http://github.com/linyostorovovoltos) +
-## Short +
+Short Gets the link that is being masked by a url shortner @@ -167,9 +194,10 @@ Gets the link that is being masked by a url shortner +
- -## Siteciphers +
+Siteciphers Check which ciphers are enabled / disabled for a given https site. @@ -182,9 +210,11 @@ Some browsers (For example old versions of IE) don't support some of the newer c +
-## Stocks +
+Stocks Provides information about a certain stock symbol @@ -194,9 +224,11 @@ Provides information about a certain stock symbol +
-## Taste +
+Taste Recommendation engine that provides three similar items like the supplied item @@ -213,9 +245,11 @@ Valid items are: shows, books, music, artists, movies, authors, games ### Needs an API Key (don't worry it's free) * Get the API key [here](https://tastedive.com/account/api_access) * After getting the API key run the following line ```export TASTE_API_KEY="yourAPIKeyGoesHere" >> ~/.bash_profile``` +
-## Todo +
+Todo A simplistic command line todo list @@ -225,8 +259,11 @@ A simplistic command line todo list +
-## Transfer + +
+Transfer Quickly transfer files from the command line. @@ -236,8 +273,11 @@ Quickly transfer files from the command line. +
-## Weather + +
+Weather Provides a 3 day forecast @@ -259,9 +299,11 @@ Also can show the current moon phase +
-## Youtube-Viewer +
+Youtube-Viewer Provides a way to watch youtube videos from the terminal. @@ -277,6 +319,7 @@ You can use ```ytview -s [videoToSearch]``` or just ```ytview [videoToSearch]``` Written by: [Linyos Torovoltos](http://github.com/linyostorovovoltos) +
## API's Used @@ -294,6 +337,7 @@ Written by: [Linyos Torovoltos](http://github.com/linyostorovovoltos) * To get your WAN ip address: [ipify](https://www.ipify.org/) * To grab the latest exchange rate between cryptocurrencies to standard currencies: [coinmarketcap](https://coinmarketcap.com/api/) * To perform symbolic math and other computations: [newton](https://newton.now.sh) +* To transfer files: [transfer](https://transfer.sh) #### Inspired by: [Ruby-Scripts](https://github.com/jakewmeyer/Ruby-Scripts) @@ -390,6 +434,7 @@ git clone https://github.com/alexanderepstein/Bash-Snippets cd Bash-Snippets ``` + #### To go through a guided uninstall ```bash ./uninstall.sh