\fBbash\-snippets\fR\- A collection of small bash scripts for heavy terminal users
.
.SH"Tools"
.
.SS"Cheat"
Description: Cheatsheets for quick information about multiple programming languages along with terminal commands
.
.P
Usage: cheat [flags] [command] or cheat [flags] [programming language] [subject]
.
.IP"\(bu"4
\-s Does a search for last argument rather than looking for exact match
.
.IP"\(bu"4
\-i Case insensitive search
.
.IP"\(bu"4
\-b Word boundaries in search
.
.IP"\(bu"4
\-r Recursive search
.
.IP"\(bu"4
\-u Update Bash\-Snippet Tools
.
.IP"\(bu"4
\-h Show the help
.
.IP"\(bu"4
\-v Get the tool version
.
.IP""0
.
.P
Special Pages:
.
.IP"\(bu"4
hello Describes building the hello world program written in the language
.
.IP"\(bu"4
list This lists all cheatsheets related to previous arg if none it lists all cheatsheets
.
.IP"\(bu"4
learn Shows a learn\-x\-in\-minutes language cheat sheet perfect for getting started with the language
.
.IP"\(bu"4
1line A collection of one\-liners in this language
.
.IP"\(bu"4
weirdness A collection of examples of weird things in this language
.
.IP""0
.
.P
Examples:
.
.IP"\(bu"4
cheat rust hello
.
.IP"\(bu"4
cheat \-r \-b \-i go
.
.IP"\(bu"4
cheat julia Functions
.
.IP"\(bu"4
cheat \-i go operators
.
.IP""0
.
.SS"Cloudup"
Description: Backs up a users github repositories to your bitbucket account\. With no flags cloudup will guide you through backing up a single repository
.
.P
Usage: cloudup [flags] or cloudup [flags] [listOfGHRepoNamesSplitBySpaces]
.
.IP"\(bu"4
\-p Upload the repositor(y)(ies) as private to bitbucket (must have private repo ability on bitbucket)
Description: Performs numerical calculations all the way up to symbolic math parsing\.
.
.P
Usage: newton [operation] [expression] or newton [flag]
.
.IP"\(bu"4
\-u Update Bash\-Snippet Tools
.
.IP"\(bu"4
\-h Show the help
.
.IP"\(bu"4
\-v Get the tool version
.
.IP""0
.
.P
Valid Symbols: + add \- subtract [ left parenthesis (you must use brackets bash has a bultin for parenthesis) ] right parenthesis (you must use brackets bash has a bultin for parenthesis) * multiply / divide ^ power : between the range of left and right side (only for area under curve) ~ parameter on right side (only for area, tangent line and log)
Description: Finds the latest information on a certain stock\.
.
.P
Usage: stocks [flag] or stocks [company/ticker]
.
.IP"\(bu"4
\-u Update Bash\-Snippet Tools
.
.IP"\(bu"4
\-h Show the help
.
.IP"\(bu"4
\-v Get the tool version
.
.IP""0
.
.P
Examples:
.
.IP"\(bu"4
stocks AAPL
.
.IP"\(bu"4
stocks Tesla
.
.IP""0
.
.SS"Taste"
Description: A recommendation engine that provides 3 similar items based on some input topic\. Taste also has the ability to provide information on the item of interest\. Supports: shows, books, music, artists, movies, authors, games
Description: Provides a 3 day forecast on your current location or a specified location\. With no flags Weather will default to your current location\.
.
.P
Usage: weather or weather [flag] or weather [country] or weather [city] [state]
This will clone the repository and install the new versions of scripts that were installed, if you didn\'t install a certain tool this script will not install the new version of that tool\.
.
.SH"Uninstalling"
If you don\'t have the Bash\-Snippets folder anymore clone the repository: git clone https://github\.com/alexanderepstein/Bash\-Snippets`
.
.P
cd into the Bash\-Snippets directory: \fBcd Bash\-Snippets\fR
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
.
.P
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software\.
.
.P
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT\. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE\.