mirror of
https://github.com/alexanderepstein/Bash-Snippets
synced 2018-11-08 02:59:35 +01:00
Adding lyrics to README
This commit is contained in:
parent
bebc4eb819
commit
83a687d06d
2 changed files with 20 additions and 3 deletions
21
README.md
21
README.md
|
@ -96,9 +96,13 @@ Run `cryptocurrency` and you'll be guided through providing three arguments.
|
||||||
3. Amount, i.e. `12.35`
|
3. Amount, i.e. `12.35`
|
||||||
|
|
||||||
If you want to bypass the guided input you can pass in 3 arguments and it will run from there, i.e.
|
If you want to bypass the guided input you can pass in 3 arguments and it will run from there, i.e.
|
||||||
```cryptocurrency [baseCurrency] [exchangeToCurrency] [amountBeingExchanged]```
|
```bash
|
||||||
|
cryptocurrency [baseCurrency] [exchangeToCurrency] [amountBeingExchanged]
|
||||||
|
```
|
||||||
A valid use case would be:
|
A valid use case would be:
|
||||||
```cryptocurrency BTC USD 12.35```
|
```bash
|
||||||
|
cryptocurrency BTC USD 12.35
|
||||||
|
```
|
||||||
|
|
||||||
Written by: [Jonas-Taha El Sesiy](https://github.com/elsesiy)
|
Written by: [Jonas-Taha El Sesiy](https://github.com/elsesiy)
|
||||||
</details>
|
</details>
|
||||||
|
@ -136,6 +140,19 @@ Provides data for wan, lan, router, dns, mac, and ip geolocation
|
||||||
Written by: [Jake Meyer](https://github.com/jakewmeyer)
|
Written by: [Jake Meyer](https://github.com/jakewmeyer)
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Lyrics</summary>
|
||||||
|
|
||||||
|
Grab lyrics for a given song quickly from the command line.
|
||||||
|
|
||||||
|
|
||||||
|
<div align="center">
|
||||||
|
|
||||||
|
<img max-height="500px" max-width="500px" src="https://github.com/alexanderepstein/Bash-Snippets/blob/master/lyrics/lyrics.png?raw=true">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Movies</summary>
|
<summary>Movies</summary>
|
||||||
|
|
BIN
lyrics/lyrics.png
Normal file
BIN
lyrics/lyrics.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 72 KiB |
Loading…
Reference in a new issue