diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 54e13de..d55341b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,7 +7,7 @@ **Pull Request Checklist:** - [ ] Have you followed the [guidelines for contributing](https://github.com/alexanderepstein/Bash-Snippets/blob/master/CONTRIBUTING.md)? -- [ ] Have you checked that there aren't other open [pull requests](https://github.com/Homebrew/homebrew-core/pulls) for the same fix or component? +- [ ] Have you checked that there aren't other open [pull requests](https://github.com/alexanderepstein/Bash-Snippets/pulls) for the same fix or component? - [ ] Have you ran the tests locally with `bats tests`? ----- diff --git a/README.md b/README.md index 596bcbc..78e55b0 100644 --- a/README.md +++ b/README.md @@ -375,26 +375,6 @@ brew install bash-snippets --without-all-tools --with-newton --with-weather # sp - -
-Arch Linux (AUR) - -There is an AUR package for bash-snippets located [here](https://aur.archlinux.org/packages/bash-snippets/) - -
- - -
-Sparrowhub - -```bash -sparrow plg install [tool] -``` - -
- - -
Git Install @@ -445,8 +425,6 @@ brew upgrade bash-snippets
- -
Git Update @@ -477,8 +455,6 @@ brew uninstall bash-snippets
- -
Git Uninstall @@ -508,11 +484,15 @@ cd Bash-Snippets ## Donate -If this project helped you in any way and you feel like buying a broke college kid a cup of coffee +If this project helped you in any way and you feel like supporting me [![Donate](https://img.shields.io/badge/Donate-Venmo-blue.svg)](https://venmo.com/AlexanderEpstein) [![Donate](https://img.shields.io/badge/Donate-SquareCash-green.svg)](https://cash.me/$AlexEpstein) +###### BTC: 1PSVVs6EnhdRGhUFb6Dz6EGWKKyHe3xACe +###### ETH: 0x585c4e1aa22d9Cc92d1a6b3fAe0c4a5274b5a884 +###### LTC: Lf3SDjkck7iqy5TGn3wqzNvf5LL97JNhGk + #### Inspired by: [Ruby-Scripts](https://github.com/jakewmeyer/Ruby-Scripts) ## License diff --git a/cheat/sparrow.json b/cheat/sparrow.json deleted file mode 100644 index 5a9c9a1..0000000 --- a/cheat/sparrow.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "name" : "cheat", - "description" : "Simple wrapper for cheat script from Bash-Snippets", - "version" : "0.0.4", - "url" : "https://github.com/alexanderepstein/Bash-Snippets#cheat", - "category": "utilities", - "sparrow_version" : "0.2.47", - "doc" : "sparrow.md" -} diff --git a/cheat/sparrow.md b/cheat/sparrow.md deleted file mode 100644 index 996810b..0000000 --- a/cheat/sparrow.md +++ /dev/null @@ -1,46 +0,0 @@ -# SYNOPSIS - -Simple wrapper for `cheat` script from Bash-Snippets. - - -# INSTALL - - $ sparrow plg install cheat - -# USAGE - -Basic usage: - - $ sparrow plg run cheat -- - -For example: - - $ sparrow plg run cheat -- -i Perl - -Run as sparrow task: - - $ sparrow project create utils - - $ sparrow task add utils cheat-perl cheat - - $ sparrow task ini utils/cheat-perl - - --- - - args: - - '-i' - - Perl - - lwp-request - - $ sparrow task run utils/cheat-perl - -For cheat's arguments description follow [https://github.com/alexanderepstein/Bash-Snippets#cheat](https://github.com/alexanderepstein/Bash-Snippets#cheat) - -# Authors - -* The author of main script is [Alex Epstein](https://github.com/alexanderepstein) - -* The plugin maintainer is [Alexey Melezhik](https://github.com/melezhik/) - - - diff --git a/cheat/story.bash b/cheat/story.bash deleted file mode 100644 index 8e39ab5..0000000 --- a/cheat/story.bash +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -bash $story_dir/cheat $(cli_args) - - diff --git a/cloudup/sparrow.json b/cloudup/sparrow.json deleted file mode 100644 index a8e0fbc..0000000 --- a/cloudup/sparrow.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "name" : "cloudup", - "description" : "Simple wrapper for cloudup script from Bash-Snippets", - "version" : "0.0.4", - "url" : "https://github.com/alexanderepstein/Bash-Snippets#cloudup", - "category": "utilities", - "sparrow_version" : "0.2.47", - "doc" : "sparrow.md" -} diff --git a/cloudup/sparrow.md b/cloudup/sparrow.md deleted file mode 100644 index 3c045a3..0000000 --- a/cloudup/sparrow.md +++ /dev/null @@ -1,47 +0,0 @@ -# SYNOPSIS - -Simple wrapper for `cloudup` script from Bash-Snippets. - - -# INSTALL - - $ sparrow plg install cloudup - -# USAGE - -Basic usage: - - $ sparrow plg run cloudup -- - -For example: - - $ sparrow plg run cloudup -- -p repo1 repo2 repo3 - -If you need some automation: - - $ sparrow project create utils - - $ sparrow task add utils backup-top-repos cloudup - - $ sparrow task ini utils/backup-top-repos - - --- - - args: - - '-p' - - repo1 - - repo2 - - repo3 - - $ sparrow task run utils/backup-top-repos - -See parameters description at [https://github.com/alexanderepstein/Bash-Snippets#cloudup](https://github.com/alexanderepstein/Bash-Snippets#cloudup) - -# Authors - -* The author of main script is [Alex Epstein](https://github.com/alexanderepstein) - -* The plugin maintainer is [Alexey Melezhik](https://github.com/melezhik/) - - - diff --git a/cloudup/story.bash b/cloudup/story.bash deleted file mode 100644 index 2f510af..0000000 --- a/cloudup/story.bash +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -bash $story_dir/cloudup $(cli_args) - - diff --git a/crypt/sparrow.json b/crypt/sparrow.json deleted file mode 100644 index 31839c4..0000000 --- a/crypt/sparrow.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "name" : "crypt", - "description" : "Simple wrapper for crypt script from Bash-Snippets", - "version" : "0.0.4", - "url" : "https://github.com/alexanderepstein/Bash-Snippets#crypt", - "category": "utilities", - "sparrow_version" : "0.2.47", - "doc" : "sparrow.md" -} diff --git a/crypt/sparrow.md b/crypt/sparrow.md deleted file mode 100644 index 8996596..0000000 --- a/crypt/sparrow.md +++ /dev/null @@ -1,42 +0,0 @@ -# SYNOPSIS - -Simple wrapper for `crypt` script from Bash-Snippets. - - -# INSTALL - - $ sparrow plg install crypt - -# USAGE - -Basic usage: - - $ sparrow plg run crypt -- - -Run as sparrow task: - - $ sparrow project create utils - - $ sparrow task add utils enc-file crypt - - $ sparrow task ini utils/enc-file - - --- - - args: - - '-e' - - /tmp/file.txt - - /tmp/file.txt.inc - - $ sparrow task run utils/enc-file - -For crypt's arguments description follow [https://github.com/alexanderepstein/Bash-Snippets#cheat](https://github.com/alexanderepstein/Bash-Snippets#crypt) - -# Authors - -* The author of main script is [Alex Epstein](https://github.com/alexanderepstein) - -* The plugin maintainer is [Alexey Melezhik](https://github.com/melezhik/) - - - diff --git a/crypt/story.bash b/crypt/story.bash deleted file mode 100644 index 16cf135..0000000 --- a/crypt/story.bash +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -bash $story_dir/crypt $(cli_args) - - diff --git a/currency/sparrow.json b/currency/sparrow.json deleted file mode 100644 index 6b00026..0000000 --- a/currency/sparrow.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "name" : "currency", - "description" : "Simple wrapper for currency script from Bash-Snippets", - "version" : "0.0.4", - "url" : "https://github.com/alexanderepstein/Bash-Snippets#currency", - "category": "utilities", - "sparrow_version" : "0.2.47", - "doc" : "sparrow.md" -} diff --git a/currency/sparrow.md b/currency/sparrow.md deleted file mode 100644 index f847eef..0000000 --- a/currency/sparrow.md +++ /dev/null @@ -1,46 +0,0 @@ -# SYNOPSIS - -Simple wrapper for `currency` script from Bash-Snippets. - - -# INSTALL - - $ sparrow plg install currency - -# USAGE - -Basic usage: - - $ sparrow plg run currency -- - -For example: - - $ sparrow plg run currency -- USD RUB 100 - -Run as sparrow task: - - $ sparrow project create utils - - $ sparrow task add utils currency-usd-rub currency - - $ sparrow task ini utils/currency-usd-rub - - --- - - args: - - USD - - RUB - - 100 - - $ sparrow task run utils/currency-usd-rub - -For currency's arguments description follow [https://github.com/alexanderepstein/Bash-Snippets#currency](https://github.com/alexanderepstein/Bash-Snippets#currency) - -# Authors - -* The author of main script is [Alex Epstein](https://github.com/alexanderepstein) - -* The plugin maintainer is [Alexey Melezhik](https://github.com/melezhik/) - - - diff --git a/currency/story.bash b/currency/story.bash deleted file mode 100644 index e2d2e26..0000000 --- a/currency/story.bash +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -bash $story_dir/currency $(cli_args) - - diff --git a/geo/sparrow.json b/geo/sparrow.json deleted file mode 100644 index b705c87..0000000 --- a/geo/sparrow.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "name" : "geo", - "description" : "Simple wrapper for geo script from Bash-Snippets", - "version" : "0.0.4", - "url" : "https://github.com/alexanderepstein/Bash-Snippets#geo", - "category": "utilities", - "sparrow_version" : "0.2.47", - "doc" : "sparrow.md" -} diff --git a/geo/sparrow.md b/geo/sparrow.md deleted file mode 100644 index 3536644..0000000 --- a/geo/sparrow.md +++ /dev/null @@ -1,43 +0,0 @@ -# SYNOPSIS - -Simple wrapper for `geo` script from Bash-Snippets. - - -# INSTALL - - $ sparrow plg install geo - -# USAGE - -Basic usage: - - $ sparrow plg run geo -- - -For example: - - $ sparrow plg run geo -- -r -d -m eth0 - -Run as sparrow task: - - $ sparrow project create utils - - $ sparrow task add utils geo-data geo - - $ sparrow task ini utils/geo-data - - --- - - args: - - '-r' - - '-d' - - '~m' : eth0 - - $ sparrow task run utils/geo-data - -For geo's arguments description follow [https://github.com/alexanderepstein/Bash-Snippets#geo](https://github.com/alexanderepstein/Bash-Snippets#geo) - -# Authors - -* The author of main script is [Alex Epstein](https://github.com/alexanderepstein) - -* The plugin maintainer is [Alexey Melezhik](https://github.com/melezhik/) diff --git a/geo/story.bash b/geo/story.bash deleted file mode 100644 index cc4d3d7..0000000 --- a/geo/story.bash +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -bash $story_dir/geo $(cli_args) - - diff --git a/movies/sparrow.json b/movies/sparrow.json deleted file mode 100644 index 63dd2e4..0000000 --- a/movies/sparrow.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "name" : "movies", - "description" : "Simple wrapper for movies script from Bash-Snippets", - "version" : "0.0.4", - "url" : "https://github.com/alexanderepstein/Bash-Snippets#movies", - "category": "utilities", - "sparrow_version" : "0.2.47", - "doc" : "sparrow.md" -} diff --git a/movies/sparrow.md b/movies/sparrow.md deleted file mode 100644 index e4983c3..0000000 --- a/movies/sparrow.md +++ /dev/null @@ -1,44 +0,0 @@ -# SYNOPSIS - -Simple wrapper for `movies` script from Bash-Snippets. - - -# INSTALL - - $ sparrow plg install movies - -# USAGE - -Basic usage: - - $ sparrow plg run movies -- - -For example: - - $ sparrow plg run movies -- Argo - -Run as sparrow task: - - $ sparrow project create utils - - $ sparrow task add utils movies-argo movies - - $ sparrow task ini utils/movies-argo - - --- - - args: - - Argo - - $ sparrow task run utils/movies-argo - -For movies's arguments description follow [https://github.com/alexanderepstein/Bash-Snippets#movies](https://github.com/alexanderepstein/Bash-Snippets#movies) - -# Authors - -* The author of main script is [Alex Epstein](https://github.com/alexanderepstein) - -* The plugin maintainer is [Alexey Melezhik](https://github.com/melezhik/) - - - diff --git a/movies/story.bash b/movies/story.bash deleted file mode 100644 index 8e0e338..0000000 --- a/movies/story.bash +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -bash $story_dir/movies $(cli_args) - - diff --git a/qrify/sparrow.json b/qrify/sparrow.json deleted file mode 100644 index c653c45..0000000 --- a/qrify/sparrow.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "name" : "qrify", - "description" : "Simple wrapper for qrify script from Bash-Snippets", - "version" : "0.0.4", - "url" : "https://github.com/alexanderepstein/Bash-Snippets#qrify", - "category": "utilities", - "sparrow_version" : "0.2.47", - "doc" : "sparrow.md" -} diff --git a/qrify/sparrow.md b/qrify/sparrow.md deleted file mode 100644 index 99ab0d7..0000000 --- a/qrify/sparrow.md +++ /dev/null @@ -1,44 +0,0 @@ -# SYNOPSIS - -Simple wrapper for `qrify` script from Bash-Snippets. - - -# INSTALL - - $ sparrow plg install qrify - -# USAGE - -Basic usage: - - $ sparrow plg run qrify -- - -For example: - - $ sparrow plg run qrify -- hello world - -Run as sparrow task: - - $ sparrow project create utils - - $ sparrow task add utils qrify-text qrify - - $ sparrow task ini utils/qrify-text - - --- - - args: - - Hello world - - $ sparrow task run utils/qrify-text - -For qrify's arguments description follow [https://github.com/alexanderepstein/Bash-Snippets#qrify](https://github.com/alexanderepstein/Bash-Snippets#qrify) - -# Authors - -* The author of main script is [Alex Epstein](https://github.com/alexanderepstein) - -* The plugin maintainer is [Alexey Melezhik](https://github.com/melezhik/) - - - diff --git a/qrify/story.bash b/qrify/story.bash deleted file mode 100644 index 9756747..0000000 --- a/qrify/story.bash +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -bash $story_dir/qrify $(cli_args) - - diff --git a/short/sparrow.json b/short/sparrow.json deleted file mode 100644 index 2792082..0000000 --- a/short/sparrow.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "name" : "short", - "description" : "Simple wrapper for short script from Bash-Snippets", - "version" : "0.0.4", - "url" : "https://github.com/alexanderepstein/Bash-Snippets#short", - "category": "utilities", - "sparrow_version" : "0.2.47", - "doc" : "sparrow.md" -} diff --git a/short/sparrow.md b/short/sparrow.md deleted file mode 100644 index 35d2238..0000000 --- a/short/sparrow.md +++ /dev/null @@ -1,44 +0,0 @@ -# SYNOPSIS - -Simple wrapper for `short` script from Bash-Snippets. - - -# INSTALL - - $ sparrow plg install short - -# USAGE - -Basic usage: - - $ sparrow plg run short -- - -For example: - - $ sparrow plg run short -- tinyurl.com/jhkj - -Run as sparrow task: - - $ sparrow project create utils - - $ sparrow task add utils short-unmusk-jhkj short - - $ sparrow task ini utils/short-unmusk-jhkj - - --- - - args: - - tinyurl.com/jhkj - - $ sparrow task run utils/short-unmusk-jhkj - -For short's arguments description follow [https://github.com/alexanderepstein/Bash-Snippets#short](https://github.com/alexanderepstein/Bash-Snippets#short) - -# Authors - -* The author of main script is [Alex Epstein](https://github.com/alexanderepstein) - -* The plugin maintainer is [Alexey Melezhik](https://github.com/melezhik/) - - - diff --git a/short/story.bash b/short/story.bash deleted file mode 100644 index 12e78a4..0000000 --- a/short/story.bash +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -bash $story_dir/short $(cli_args) - - diff --git a/stocks/sparrow.json b/stocks/sparrow.json deleted file mode 100644 index 7011077..0000000 --- a/stocks/sparrow.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "name" : "stocks", - "description" : "Simple wrapper for stocks script from Bash-Snippets", - "version" : "0.0.5", - "url" : "https://github.com/alexanderepstein/Bash-Snippets#stocks", - "category": "utilities", - "sparrow_version" : "0.2.47", - "doc" : "sparrow.md" -} diff --git a/stocks/sparrow.md b/stocks/sparrow.md deleted file mode 100644 index 84f8f65..0000000 --- a/stocks/sparrow.md +++ /dev/null @@ -1,40 +0,0 @@ -# SYNOPSIS - -Simple wrapper for `stocks` script from Bash-Snippets. - -# INSTALL - - $ sparrow plg install stocks - -# USAGE - -Basic usage: - - $ sparrow plg run stocks -- - -For example: - - $ sparrow pl run stocks -- Google - -Run as sparrow task: - - $ sparrow project create utils - - $ sparrow task add utils google-stocks stocks - - $ sparrow task ini utils/google-stocks - - --- - - args: - - Google - - $ sparrow task run utils/google-stocks - -For stocks's arguments description follow [https://github.com/alexanderepstein/Bash-Snippets#stocks](https://github.com/alexanderepstein/Bash-Snippets#stocks) - -# Authors - -* The author of main script is [Alex Epstein](https://github.com/alexanderepstein) - -* The plugin maintainer is [Alexey Melezhik](https://github.com/melezhik/) diff --git a/stocks/story.bash b/stocks/story.bash deleted file mode 100644 index aa72307..0000000 --- a/stocks/story.bash +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -bash $story_dir/stocks $(cli_args) - - diff --git a/taste/sparrow.json b/taste/sparrow.json deleted file mode 100644 index 8df4468..0000000 --- a/taste/sparrow.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "name" : "taste", - "description" : "Simple wrapper for taste script from Bash-Snippets", - "version" : "0.0.4", - "url" : "https://github.com/alexanderepstein/Bash-Snippets#taste", - "category": "utilities", - "sparrow_version" : "0.2.47", - "doc" : "sparrow.md" -} diff --git a/taste/sparrow.md b/taste/sparrow.md deleted file mode 100644 index abc80e6..0000000 --- a/taste/sparrow.md +++ /dev/null @@ -1,45 +0,0 @@ -# SYNOPSIS - -Simple wrapper for `taste` script from Bash-Snippets. - - -# INSTALL - - $ sparrow plg install taste - -# USAGE - -Basic usage: - - $ sparrow plg run taste -- - -For example: - - $ sparrow plg run taste -- -s Red Hot Chili Peppers - -Run as sparrow task: - - $ sparrow project create utils - - $ sparrow task add utils taste-rhcp taste - - $ sparrow task ini utils/taste-rhcp - - --- - - args: - - '-s' - - Red Hot Chili Peppers - - $ sparrow task run utils/taste-rchp - -For taste's arguments description follow [https://github.com/alexanderepstein/Bash-Snippets#taste](https://github.com/alexanderepstein/Bash-Snippets#taste) - -# Authors - -* The author of main script is [Alex Epstein](https://github.com/alexanderepstein) - -* The plugin maintainer is [Alexey Melezhik](https://github.com/melezhik/) - - - diff --git a/taste/story.bash b/taste/story.bash deleted file mode 100644 index 9fb0cd9..0000000 --- a/taste/story.bash +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -bash $story_dir/taste $(cli_args) - - diff --git a/weather/sparrow.json b/weather/sparrow.json deleted file mode 100644 index a701d69..0000000 --- a/weather/sparrow.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "name" : "weather", - "description" : "Simple wrapper for weather script from Bash-Snippets", - "version" : "0.0.4", - "url" : "https://github.com/alexanderepstein/Bash-Snippets#weather", - "category": "utilities", - "sparrow_version" : "0.2.47", - "doc" : "sparrow.md" -} diff --git a/weather/sparrow.md b/weather/sparrow.md deleted file mode 100644 index 422e620..0000000 --- a/weather/sparrow.md +++ /dev/null @@ -1,44 +0,0 @@ -# SYNOPSIS - -Simple wrapper for `weather` script from Bash-Snippets. - - -# INSTALL - - $ sparrow plg install weather - -# USAGE - -Basic usage: - - $ sparrow plg run weather -- - -For example: - - $ sparrow plg run weather -- Saint-Petersburg - -Run as sparrow task: - - $ sparrow project create utils - - $ sparrow task add utils weather-spb weather - - $ sparrow task ini utils/weather-spb - - --- - - args: - - Saint-Petersburg - - $ sparrow task run utils/weather-spb - -For weather's arguments description follow [https://github.com/alexanderepstein/Bash-Snippets#weather](https://github.com/alexanderepstein/Bash-Snippets#weather) - -# Authors - -* The author of main script is [Alex Epstein](https://github.com/alexanderepstein) - -* The plugin maintainer is [Alexey Melezhik](https://github.com/melezhik/) - - - diff --git a/weather/story.bash b/weather/story.bash deleted file mode 100644 index 1fdf51c..0000000 --- a/weather/story.bash +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -bash $story_dir/weather $(cli_args) - - diff --git a/ytview/sparrow.json b/ytview/sparrow.json deleted file mode 100644 index fe5419d..0000000 --- a/ytview/sparrow.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "name" : "ytview", - "description" : "Simple wrapper for ytview script from Bash-Snippets", - "version" : "0.0.4", - "url" : "https://github.com/alexanderepstein/Bash-Snippets#ytview", - "category": "utilities", - "sparrow_version" : "0.2.47", - "doc" : "sparrow.md" -} diff --git a/ytview/sparrow.md b/ytview/sparrow.md deleted file mode 100644 index 03b43a5..0000000 --- a/ytview/sparrow.md +++ /dev/null @@ -1,45 +0,0 @@ -# SYNOPSIS - -Simple wrapper for `ytview` script from Bash-Snippets. - - -# INSTALL - - $ sparrow plg install ytview - -# USAGE - -Basic usage: - - $ sparrow plg run ytview -- - -For example: - - $ sparrow plg run ytview -- -s Family Guy Chicken Fight - -Run as sparrow task: - - $ sparrow project create utils - - $ sparrow task add utils ytview-fg ytview - - $ sparrow task ini utils/ytview-fg - - --- - - args: - - '-s' - - Family Guy Chicken Fight - - $ sparrow task run utils/ytview-fg - -For ytview's arguments description follow [https://github.com/alexanderepstein/Bash-Snippets#ytview](https://github.com/alexanderepstein/Bash-Snippets#ytview) - -# Authors - -* The author of main script is [Alex Epstein](https://github.com/alexanderepstein) - -* The plugin maintainer is [Alexey Melezhik](https://github.com/melezhik/) - - - diff --git a/ytview/story.bash b/ytview/story.bash deleted file mode 100644 index feaa6c9..0000000 --- a/ytview/story.bash +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -bash $story_dir/ytview $(cli_args) - -