updated Bash-Snippets cheat sheets

pull/5/head
Igor Chubin 7 years ago
parent bc9f3c019b
commit eb9a8a46cf

@ -1,5 +1,5 @@
# Cloudup # cloudup (Bash-Snippets)
Description: Backs up a users github repositories to your bitbucket account. # Backs up a users github repositories to your bitbucket account.
# Backup all of a single github users repositories # Backup all of a single github users repositories
cloudup -a cloudup -a

@ -1,5 +1,5 @@
# Crypt # crypt (Bash-Snippets)
Description: A wrapper around openssl that facilitates encrypting and decrypting files. # A wrapper around openssl that facilitates encrypting and decrypting files
# Encrypt a file # Encrypt a file
crypt -e fileToEncrypt outputFile crypt -e fileToEncrypt outputFile

@ -1,5 +1,5 @@
# Currency # Currency (Bash-Snippets)
Description: A realtime currency converter. # A realtime currency converter
# To convert between currencies (guided) # To convert between currencies (guided)
currency currency

@ -1,5 +1,5 @@
# Geo # geo (Bash-Snippets)
Description: Provides quick access for wan, lan, router, dns, mac, and ip geolocation data. # Provides quick access for wan, lan, router, dns, mac, and ip geolocation data.
# Get your wireless area network ip address # Get your wireless area network ip address
geo -w geo -w

@ -1,5 +1,5 @@
# Movies # movies (Bash-Snippets)
Description: Provides relevant information about a certain movie. # Provides relevant information about a certain movie.
# Search for information on a specific movie # Search for information on a specific movie
movies Inception movies Inception

@ -1,11 +1,8 @@
# Qrify # qrify (Bash-Snippets)
Description: Converts strings or urls into a qr code. # converts strings or urls into a qr code
# Encode a single lined string into a qr code # Encode a single lined string into a qr code
qrify This is an example string qrify This is an example string
# Encode a multiple lined string into a qr code # Encode a multiple lined string into a qr code
qrify -m "This should be \n two lines" qrify -m "This should be \n two lines"
# Encode a url into a qr code
github.com

@ -1,6 +1,6 @@
# Short # short (Bash-Snippets)
Description: Unmasks shortended urls. # Unmasks shortended urls.
# Unmask the true url behind a shortened link # Unmask the true url behind a shortened link
Input: short tinyurl.com/jhkj short tinyurl.com/jhkj
Output: http://possiblemaliciouswebsiteornot.com # Output: http://possiblemaliciouswebsiteornot.com

@ -1,5 +1,5 @@
# Siteciphers # siteciphers (Bash-Snippets)
Description: Checks the available ciphers for the SSL of an https site. # Checks the available ciphers for the SSL of an https site.
# Determine the available SSL ciphers for an https website # Determine the available SSL ciphers for an https website
siteciphers github.com siteciphers github.com

@ -1,5 +1,5 @@
# Stocks # stocks (Bash-Snippets)
Description: Finds the latest information on a certain stock. # Finds the latest information on a certain stock
# Determine the latest stock information searching by company # Determine the latest stock information searching by company
stocks Tesla stocks Tesla

@ -1,5 +1,5 @@
# Taste # taste (Bash-Snippets)
Description: A recommendation engine that provides 3 similar items based on some input topic. # A recommendation engine that provides 3 similar items based on some input topic.
# Get the names of three recommendations based on supplied item # Get the names of three recommendations based on supplied item
taste Catcher in the Rye taste Catcher in the Rye

@ -1,5 +1,5 @@
# Todo # Todo (Bash-Snippets)
Description: A simplistic commandline todo list. # A simplistic commandline todo list
# Add a task to your todo list # Add a task to your todo list
todo -a This is an example task todo -a This is an example task

@ -1,5 +1,5 @@
# Weather # weather (Bash-Snippets)
Description: Provides a 3 day forecast on your current location or a specified location. # 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 # Get a 3 day forecast for your current location as determined by your ip address
weather weather

@ -1,5 +1,5 @@
# Ytview # ytview (Bash-Snippets)
Description: Search and play youtube videos right from the terminal. # search and play youtube videos right from the terminal
# Search for youtube videos by title # Search for youtube videos by title
ytview This is my search query ytview This is my search query

Loading…
Cancel
Save