diff --git a/sheets/bash-snippets b/sheets/bash-snippets new file mode 100644 index 0000000..af3638d --- /dev/null +++ b/sheets/bash-snippets @@ -0,0 +1,32 @@ +# Bash-Snippets +A collection of bash tools for heavy terminal users + +# Tools +Cloudup: Backs up a users github repositories to your bitbucket account. +Crypt: A wrapper around openssl that facilitates encrypting and decrypting files. +Currency: A realtime currency converter. +Geo: Provides quick access for wan, lan, router, dns, mac, and ip geolocation data. +Movies: Provides relevant information about a certain movie. +Qrify: Converts strings or urls into a qr code. +Short: Unmasks shortended urls. +Siteciphers: Checks the available ciphers for the SSL of an https site. +Stocks: Finds the latest information on a certain stock. +Taste: A recommendation engine that provides 3 similar items based on some input topic. +Todo: A simplistic commandline todo list. +Weather: Provides a 3 day forecast on your current location or a specified location. +Ytview: Search and play youtube videos right from the terminal. + +# Compatibility +All *nix machines (including Windows 10 bash subsystem) + +# Install +https://github.com/alexanderepstein/Bash-Snippets#installing + +# Upgrade +https://github.com/alexanderepstein/Bash-Snippets#updating + +# Uninstall +https://github.com/alexanderepstein/Bash-Snippets#uninstalling + +# License +MIT diff --git a/sheets/cloudup b/sheets/cloudup index 899a7b1..f378f42 100644 --- a/sheets/cloudup +++ b/sheets/cloudup @@ -1,3 +1,6 @@ +# Cloudup +Description: Backs up a users github repositories to your bitbucket account. + # Backup all of a single github users repositories cloudup -a diff --git a/sheets/crypt b/sheets/crypt index 229e58e..5dadf92 100644 --- a/sheets/crypt +++ b/sheets/crypt @@ -1,3 +1,6 @@ +# Crypt +Description: A wrapper around openssl that facilitates encrypting and decrypting files. + # Encrypt a file crypt -e fileToEncrypt outputFile diff --git a/sheets/currency b/sheets/currency index 53f5572..b068eb4 100644 --- a/sheets/currency +++ b/sheets/currency @@ -1,3 +1,6 @@ +# Currency +Description: A realtime currency converter. + # To convert between currencies (guided) currency diff --git a/sheets/geo b/sheets/geo index 889d775..a4667fc 100644 --- a/sheets/geo +++ b/sheets/geo @@ -1,3 +1,6 @@ +# Geo +Description: Provides quick access for wan, lan, router, dns, mac, and ip geolocation data. + # Get your wireless area network ip address geo -w diff --git a/sheets/movies b/sheets/movies index 53dbb8f..ac79a4f 100644 --- a/sheets/movies +++ b/sheets/movies @@ -1,2 +1,5 @@ +# Movies +Description: Provides relevant information about a certain movie. + # Search for information on a specific movie movies Inception diff --git a/sheets/qrify b/sheets/qrify index 0cbb6cc..4a71f91 100644 --- a/sheets/qrify +++ b/sheets/qrify @@ -1,3 +1,6 @@ +# Qrify +Description: Converts strings or urls into a qr code. + # Encode a single lined string into a qr code qrify This is an example string diff --git a/sheets/short b/sheets/short index f8e7a3b..e71e336 100644 --- a/sheets/short +++ b/sheets/short @@ -1,3 +1,6 @@ +# Short +Description: Unmasks shortended urls. + # Unmask the true url behind a shortened link Input: short tinyurl.com/jhkj Output: http://possiblemaliciouswebsiteornot.com diff --git a/sheets/siteciphers b/sheets/siteciphers index 2b8dc38..c0233d1 100644 --- a/sheets/siteciphers +++ b/sheets/siteciphers @@ -1,3 +1,6 @@ +# Siteciphers +Description: Checks the available ciphers for the SSL of an https site. + # Determine the available SSL ciphers for an https website siteciphers github.com diff --git a/sheets/stocks b/sheets/stocks index 48e0cd8..fc91d8a 100644 --- a/sheets/stocks +++ b/sheets/stocks @@ -1,3 +1,6 @@ +# Stocks +Description: Finds the latest information on a certain stock. + # Determine the latest stock information searching by company stocks Tesla diff --git a/sheets/taste b/sheets/taste index 4d132e0..edba097 100644 --- a/sheets/taste +++ b/sheets/taste @@ -1,3 +1,6 @@ +# Taste +Description: A recommendation engine that provides 3 similar items based on some input topic. + # Get the names of three recommendations based on supplied item taste Catcher in the Rye diff --git a/sheets/todo b/sheets/todo index 9fa49e6..11533ea 100644 --- a/sheets/todo +++ b/sheets/todo @@ -1,3 +1,6 @@ +# Todo +Description: A simplistic commandline todo list. + # Add a task to your todo list todo -a This is an example task diff --git a/sheets/weather b/sheets/weather index fb6f7f1..be43432 100644 --- a/sheets/weather +++ b/sheets/weather @@ -1,3 +1,6 @@ +# Weather +Description: Provides a 3 day forecast on your current location or a specified location. + # Get a 3 day forecast for your current location as determined by your ip address weather diff --git a/sheets/ytview b/sheets/ytview index 70ed7de..13110b1 100644 --- a/sheets/ytview +++ b/sheets/ytview @@ -1,3 +1,6 @@ +# Ytview +Description: Search and play youtube videos right from the terminal. + # Search for youtube videos by title ytview This is my search query