mirror of
https://github.com/alexanderepstein/Bash-Snippets
synced 2018-11-08 02:59:35 +01:00
Adding pwned to manpage and other fixes
This commit is contained in:
parent
d1b4c46491
commit
52d1d022a6
2 changed files with 91 additions and 14 deletions
|
@ -1,7 +1,7 @@
|
|||
.\" generated with Ronn/v0.7.3
|
||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||
.
|
||||
.TH "BASH\-SNIPPETS" "1" "November 2017" "" ""
|
||||
.TH "BASH\-SNIPPETS" "1" "December 2017" "ff" ""
|
||||
.
|
||||
.SH "NAME"
|
||||
\fBbash\-snippets\fR \- A collection of small bash scripts for heavy terminal users
|
||||
|
@ -318,10 +318,7 @@ lyrics \-a logic \-s run it \-f ~/runItLyrics\.txt
|
|||
.IP "" 0
|
||||
.
|
||||
.SS "Meme"
|
||||
Description: Create memes from the command line and store them as pictures\.
|
||||
.
|
||||
.P
|
||||
Meme Description: A lightning fast meme generator
|
||||
Description: A lightning fast meme generator
|
||||
.
|
||||
.P
|
||||
Usage: tool [flags] or tool [flags] [arguments]
|
||||
|
@ -368,6 +365,17 @@ Usage: movies [flag] or movies [movieToSearch]
|
|||
.
|
||||
.IP "" 0
|
||||
.
|
||||
.P
|
||||
Examples:
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
movies Argo
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
movies Inception
|
||||
.
|
||||
.IP "" 0
|
||||
.
|
||||
.SS "Newton"
|
||||
Description: Performs numerical calculations all the way up to symbolic math parsing\.
|
||||
.
|
||||
|
@ -392,10 +400,43 @@ Valid Symbols: + add \- subtract [ left parenthesis (you must use brackets bash
|
|||
Examples:
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
movies Argo
|
||||
newton simplify [[2x]+7]*[4x]
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
movies Inception
|
||||
movies derive x+2x
|
||||
.
|
||||
.IP "" 0
|
||||
.
|
||||
.SS "Pwned"
|
||||
Usage: pwned [email]
|
||||
.
|
||||
.P
|
||||
Description: Checks where an email account has been breached
|
||||
.
|
||||
.IP "" 4
|
||||
.
|
||||
.nf
|
||||
|
||||
* \-u Update Bash\-Snippet Tools
|
||||
|
||||
* \-h Show the help
|
||||
|
||||
* \-v Get the tool version
|
||||
.
|
||||
.fi
|
||||
.
|
||||
.IP "" 0
|
||||
.
|
||||
.P
|
||||
Examples:
|
||||
.
|
||||
.IP "" 4
|
||||
.
|
||||
.nf
|
||||
|
||||
* pwned emailtocheck@email\.com
|
||||
.
|
||||
.fi
|
||||
.
|
||||
.IP "" 0
|
||||
.
|
||||
|
@ -415,6 +456,8 @@ Description: Converts strings or urls into a qr code\.
|
|||
|
||||
* \-f Save the QRCode to a file
|
||||
|
||||
* \-d Decode the QR code from a PNG/GIF/JP(E)G file
|
||||
|
||||
* \-h Show the help
|
||||
|
||||
* \-v Get the tool version
|
||||
|
@ -437,6 +480,8 @@ Examples:
|
|||
* qrify \-f fileNameHere Insert what you want to encode here
|
||||
|
||||
* qrify github\.com # notice no http:// or https:// this will fail
|
||||
|
||||
* qrify \-d fileName\.png
|
||||
.
|
||||
.fi
|
||||
.
|
||||
|
@ -645,6 +690,9 @@ Usage: transfer [flags] or transfer [flag] [args] or transfer [filePathToUpload]
|
|||
.
|
||||
.IP "" 0
|
||||
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\-o Onetime file upload
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\-u Update Bash\-Snippet Tools
|
||||
|
@ -669,6 +717,9 @@ transfer ~/firstFileToTransfer\.txt ~/secondFileToTransfer\.txt # upload multipl
|
|||
.IP "\(bu" 4
|
||||
transfer \-d ~/outputDirectory fileID fileName
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
transfer \-o ~/fileToTransfer\.txt
|
||||
.
|
||||
.IP "" 0
|
||||
.
|
||||
.SS "Weather"
|
||||
|
|
|
@ -216,11 +216,8 @@ Examples:
|
|||
* lyrics -a logic -s run it
|
||||
|
||||
* lyrics -a logic -s run it -f ~/runItLyrics.txt
|
||||
|
||||
|
||||
### Meme
|
||||
Description: Create memes from the command line and store them as pictures.
|
||||
|
||||
Meme
|
||||
Description: A lightning fast meme generator
|
||||
|
||||
Usage: tool [flags] or tool [flags] [arguments]
|
||||
|
@ -250,6 +247,12 @@ Usage: movies [flag] or movies [movieToSearch]
|
|||
|
||||
* -d Show detailed information
|
||||
|
||||
Examples:
|
||||
|
||||
* movies Argo
|
||||
|
||||
* movies Inception
|
||||
|
||||
### Newton
|
||||
Description: Performs numerical calculations all the way up to symbolic math parsing.
|
||||
|
||||
|
@ -294,9 +297,24 @@ Usage: newton [operation] [expression] or newton [flag]
|
|||
|
||||
Examples:
|
||||
|
||||
* movies Argo
|
||||
* newton simplify [[2x^2]+7]*[4x^2]
|
||||
|
||||
* movies Inception
|
||||
* movies derive x^2+2x
|
||||
|
||||
### Pwned
|
||||
Usage: pwned [email]
|
||||
|
||||
Description: Checks where an email account has been breached
|
||||
|
||||
* -u Update Bash-Snippet Tools
|
||||
|
||||
* -h Show the help
|
||||
|
||||
* -v Get the tool version
|
||||
|
||||
Examples:
|
||||
|
||||
* pwned emailtocheck@email.com
|
||||
|
||||
### Qrify
|
||||
Usage: qrify [stringtoturnintoqrcode]
|
||||
|
@ -309,6 +327,8 @@ Description: Converts strings or urls into a qr code.
|
|||
|
||||
* -f Save the QRCode to a file
|
||||
|
||||
* -d Decode the QR code from a PNG/GIF/JP(E)G file
|
||||
|
||||
* -h Show the help
|
||||
|
||||
* -v Get the tool version
|
||||
|
@ -323,6 +343,8 @@ Examples:
|
|||
|
||||
* qrify github.com # notice no http:// or https:// this will fail
|
||||
|
||||
* qrify -d fileName.png
|
||||
|
||||
### Short
|
||||
Description: Unmasks shortended urls.
|
||||
|
||||
|
@ -448,6 +470,8 @@ Usage: transfer [flags] or transfer [flag] [args] or transfer [filePathToUpload]
|
|||
* Second arg: File url id
|
||||
* Third arg: File name
|
||||
|
||||
* -o Onetime file upload
|
||||
|
||||
* -u Update Bash-Snippet Tools
|
||||
|
||||
* -h Show the help
|
||||
|
@ -460,7 +484,9 @@ Examples:
|
|||
|
||||
* transfer ~/firstFileToTransfer.txt ~/secondFileToTransfer.txt # upload multiple files at once
|
||||
|
||||
* transfer -d ~/outputDirectory fileID fileName
|
||||
* transfer -d ~/outputDirectory fileID fileName
|
||||
|
||||
* transfer -o ~/fileToTransfer.txt
|
||||
|
||||
### Weather
|
||||
Description: Provides a 3 day forecast on your current location or a specified location.
|
||||
|
|
Loading…
Reference in a new issue