diff --git a/sheets/cloudup b/sheets/cloudup index f378f42..cb55867 100644 --- a/sheets/cloudup +++ b/sheets/cloudup @@ -1,5 +1,5 @@ -# Cloudup -Description: Backs up a users github repositories to your bitbucket account. +# cloudup (Bash-Snippets) +# 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 5dadf92..f113540 100644 --- a/sheets/crypt +++ b/sheets/crypt @@ -1,5 +1,5 @@ -# Crypt -Description: A wrapper around openssl that facilitates encrypting and decrypting files. +# crypt (Bash-Snippets) +# 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 b068eb4..be34bad 100644 --- a/sheets/currency +++ b/sheets/currency @@ -1,5 +1,5 @@ -# Currency -Description: A realtime currency converter. +# Currency (Bash-Snippets) +# A realtime currency converter # To convert between currencies (guided) currency diff --git a/sheets/geo b/sheets/geo index a4667fc..50bad87 100644 --- a/sheets/geo +++ b/sheets/geo @@ -1,5 +1,5 @@ -# Geo -Description: Provides quick access for wan, lan, router, dns, mac, and ip geolocation data. +# geo (Bash-Snippets) +# 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 ac79a4f..4249a29 100644 --- a/sheets/movies +++ b/sheets/movies @@ -1,5 +1,5 @@ -# Movies -Description: Provides relevant information about a certain movie. +# movies (Bash-Snippets) +# 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 4a71f91..bbc4591 100644 --- a/sheets/qrify +++ b/sheets/qrify @@ -1,11 +1,8 @@ -# Qrify -Description: Converts strings or urls into a qr code. +# qrify (Bash-Snippets) +# converts strings or urls into a qr code # Encode a single lined string into a qr code qrify This is an example string # Encode a multiple lined string into a qr code qrify -m "This should be \n two lines" - -# Encode a url into a qr code -github.com diff --git a/sheets/short b/sheets/short index e71e336..418475f 100644 --- a/sheets/short +++ b/sheets/short @@ -1,6 +1,6 @@ -# Short -Description: Unmasks shortended urls. +# short (Bash-Snippets) +# Unmasks shortended urls. # Unmask the true url behind a shortened link -Input: short tinyurl.com/jhkj -Output: http://possiblemaliciouswebsiteornot.com +short tinyurl.com/jhkj +# Output: http://possiblemaliciouswebsiteornot.com diff --git a/sheets/siteciphers b/sheets/siteciphers index c0233d1..5201871 100644 --- a/sheets/siteciphers +++ b/sheets/siteciphers @@ -1,5 +1,5 @@ -# Siteciphers -Description: Checks the available ciphers for the SSL of an https site. +# siteciphers (Bash-Snippets) +# 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 fc91d8a..9d1735a 100644 --- a/sheets/stocks +++ b/sheets/stocks @@ -1,5 +1,5 @@ -# Stocks -Description: Finds the latest information on a certain stock. +# stocks (Bash-Snippets) +# 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 edba097..4b962b7 100644 --- a/sheets/taste +++ b/sheets/taste @@ -1,5 +1,5 @@ -# Taste -Description: A recommendation engine that provides 3 similar items based on some input topic. +# taste (Bash-Snippets) +# 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 11533ea..8cbfa25 100644 --- a/sheets/todo +++ b/sheets/todo @@ -1,5 +1,5 @@ -# Todo -Description: A simplistic commandline todo list. +# Todo (Bash-Snippets) +# 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 be43432..da22b9e 100644 --- a/sheets/weather +++ b/sheets/weather @@ -1,5 +1,5 @@ -# Weather -Description: Provides a 3 day forecast on your current location or a specified location. +# weather (Bash-Snippets) +# 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 13110b1..a65667a 100644 --- a/sheets/ytview +++ b/sheets/ytview @@ -1,5 +1,5 @@ -# Ytview -Description: Search and play youtube videos right from the terminal. +# ytview (Bash-Snippets) +# search and play youtube videos right from the terminal # Search for youtube videos by title ytview This is my search query