generate Sparrow wrappers for BashSnippets scripts (#47)

This commit is contained in:
Alexey Melezhik 2017-07-15 20:27:36 +03:00 committed by Alex Epstein
parent 4b6eff6a34
commit 5587319b33
36 changed files with 672 additions and 0 deletions

9
cheat/sparrow.json Normal file
View File

@ -0,0 +1,9 @@
{
"name" : "cheat",
"description" : "Simple wrapper for cheat script from Bash-Snippets",
"version" : "0.0.3",
"url" : "https://github.com/alexanderepstein/Bash-Snippets#cheat",
"category": "utilities",
"sparrow_version" : "0.2.47",
"doc" : "sparrow.md"
}

42
cheat/sparrow.md Normal file
View File

@ -0,0 +1,42 @@
# SYNOPSIS
Simple wrapper for `cheat` script from Bash-Snippets.
# INSTALL
$ sparrow plg install cheat
# USAGE
Basic usage:
$ sparrow plg run cheat -- <args>
See parameters description at [https://github.com/alexanderepstein/Bash-Snippets#cheat](https://github.com/alexanderepstein/Bash-Snippets#cheat)
If you need some automation:
$ sparrow project create utils
$ sparrow task add utils $task-name cheat
$ sparrow task ini utils/$task-name
---
args:
- foo
- bar
- so on ...
$ sparrow task run utils/$task-name
# Author
* The author of main script is [Alex Epstein](https://github.com/alexanderepstein)
* The plugin maintainer is [Alexey Melezhik](https://github.com/melezhik/)

5
cheat/story.bash Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
bash $story_dir/cheat $(cli_args)

9
cloudup/sparrow.json Normal file
View File

@ -0,0 +1,9 @@
{
"name" : "cloudup",
"description" : "Simple wrapper for cloudup script from Bash-Snippets",
"version" : "0.0.3",
"url" : "https://github.com/alexanderepstein/Bash-Snippets#cloudup",
"category": "utilities",
"sparrow_version" : "0.2.47",
"doc" : "sparrow.md"
}

42
cloudup/sparrow.md Normal file
View File

@ -0,0 +1,42 @@
# SYNOPSIS
Simple wrapper for `cloudup` script from Bash-Snippets.
# INSTALL
$ sparrow plg install cloudup
# USAGE
Basic usage:
$ sparrow plg run cloudup -- <args>
See parameters description at [https://github.com/alexanderepstein/Bash-Snippets#cloudup](https://github.com/alexanderepstein/Bash-Snippets#cloudup)
If you need some automation:
$ sparrow project create utils
$ sparrow task add utils $task-name cloudup
$ sparrow task ini utils/$task-name
---
args:
- foo
- bar
- so on ...
$ sparrow task run utils/$task-name
# Author
* The author of main script is [Alex Epstein](https://github.com/alexanderepstein)
* The plugin maintainer is [Alexey Melezhik](https://github.com/melezhik/)

5
cloudup/story.bash Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
bash $story_dir/cloudup $(cli_args)

9
crypt/sparrow.json Normal file
View File

@ -0,0 +1,9 @@
{
"name" : "crypt",
"description" : "Simple wrapper for crypt script from Bash-Snippets",
"version" : "0.0.3",
"url" : "https://github.com/alexanderepstein/Bash-Snippets#crypt",
"category": "utilities",
"sparrow_version" : "0.2.47",
"doc" : "sparrow.md"
}

42
crypt/sparrow.md Normal file
View File

@ -0,0 +1,42 @@
# SYNOPSIS
Simple wrapper for `crypt` script from Bash-Snippets.
# INSTALL
$ sparrow plg install crypt
# USAGE
Basic usage:
$ sparrow plg run crypt -- <args>
See parameters description at [https://github.com/alexanderepstein/Bash-Snippets#crypt](https://github.com/alexanderepstein/Bash-Snippets#crypt)
If you need some automation:
$ sparrow project create utils
$ sparrow task add utils $task-name crypt
$ sparrow task ini utils/$task-name
---
args:
- foo
- bar
- so on ...
$ sparrow task run utils/$task-name
# Author
* The author of main script is [Alex Epstein](https://github.com/alexanderepstein)
* The plugin maintainer is [Alexey Melezhik](https://github.com/melezhik/)

5
crypt/story.bash Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
bash $story_dir/crypt $(cli_args)

9
currency/sparrow.json Normal file
View File

@ -0,0 +1,9 @@
{
"name" : "currency",
"description" : "Simple wrapper for currency script from Bash-Snippets",
"version" : "0.0.3",
"url" : "https://github.com/alexanderepstein/Bash-Snippets#currency",
"category": "utilities",
"sparrow_version" : "0.2.47",
"doc" : "sparrow.md"
}

42
currency/sparrow.md Normal file
View File

@ -0,0 +1,42 @@
# SYNOPSIS
Simple wrapper for `currency` script from Bash-Snippets.
# INSTALL
$ sparrow plg install currency
# USAGE
Basic usage:
$ sparrow plg run currency -- <args>
See parameters description at [https://github.com/alexanderepstein/Bash-Snippets#currency](https://github.com/alexanderepstein/Bash-Snippets#currency)
If you need some automation:
$ sparrow project create utils
$ sparrow task add utils $task-name currency
$ sparrow task ini utils/$task-name
---
args:
- foo
- bar
- so on ...
$ sparrow task run utils/$task-name
# Author
* The author of main script is [Alex Epstein](https://github.com/alexanderepstein)
* The plugin maintainer is [Alexey Melezhik](https://github.com/melezhik/)

5
currency/story.bash Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
bash $story_dir/currency $(cli_args)

9
geo/sparrow.json Normal file
View File

@ -0,0 +1,9 @@
{
"name" : "geo",
"description" : "Simple wrapper for geo script from Bash-Snippets",
"version" : "0.0.3",
"url" : "https://github.com/alexanderepstein/Bash-Snippets#geo",
"category": "utilities",
"sparrow_version" : "0.2.47",
"doc" : "sparrow.md"
}

42
geo/sparrow.md Normal file
View File

@ -0,0 +1,42 @@
# SYNOPSIS
Simple wrapper for `geo` script from Bash-Snippets.
# INSTALL
$ sparrow plg install geo
# USAGE
Basic usage:
$ sparrow plg run geo -- <args>
See parameters description at [https://github.com/alexanderepstein/Bash-Snippets#geo](https://github.com/alexanderepstein/Bash-Snippets#geo)
If you need some automation:
$ sparrow project create utils
$ sparrow task add utils $task-name geo
$ sparrow task ini utils/$task-name
---
args:
- foo
- bar
- so on ...
$ sparrow task run utils/$task-name
# Author
* The author of main script is [Alex Epstein](https://github.com/alexanderepstein)
* The plugin maintainer is [Alexey Melezhik](https://github.com/melezhik/)

5
geo/story.bash Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
bash $story_dir/geo $(cli_args)

9
movies/sparrow.json Normal file
View File

@ -0,0 +1,9 @@
{
"name" : "movies",
"description" : "Simple wrapper for movies script from Bash-Snippets",
"version" : "0.0.3",
"url" : "https://github.com/alexanderepstein/Bash-Snippets#movies",
"category": "utilities",
"sparrow_version" : "0.2.47",
"doc" : "sparrow.md"
}

42
movies/sparrow.md Normal file
View File

@ -0,0 +1,42 @@
# SYNOPSIS
Simple wrapper for `movies` script from Bash-Snippets.
# INSTALL
$ sparrow plg install movies
# USAGE
Basic usage:
$ sparrow plg run movies -- <args>
See parameters description at [https://github.com/alexanderepstein/Bash-Snippets#movies](https://github.com/alexanderepstein/Bash-Snippets#movies)
If you need some automation:
$ sparrow project create utils
$ sparrow task add utils $task-name movies
$ sparrow task ini utils/$task-name
---
args:
- foo
- bar
- so on ...
$ sparrow task run utils/$task-name
# Author
* The author of main script is [Alex Epstein](https://github.com/alexanderepstein)
* The plugin maintainer is [Alexey Melezhik](https://github.com/melezhik/)

5
movies/story.bash Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
bash $story_dir/movies $(cli_args)

9
qrify/sparrow.json Normal file
View File

@ -0,0 +1,9 @@
{
"name" : "qrify",
"description" : "Simple wrapper for qrify script from Bash-Snippets",
"version" : "0.0.3",
"url" : "https://github.com/alexanderepstein/Bash-Snippets#qrify",
"category": "utilities",
"sparrow_version" : "0.2.47",
"doc" : "sparrow.md"
}

42
qrify/sparrow.md Normal file
View File

@ -0,0 +1,42 @@
# SYNOPSIS
Simple wrapper for `qrify` script from Bash-Snippets.
# INSTALL
$ sparrow plg install qrify
# USAGE
Basic usage:
$ sparrow plg run qrify -- <args>
See parameters description at [https://github.com/alexanderepstein/Bash-Snippets#qrify](https://github.com/alexanderepstein/Bash-Snippets#qrify)
If you need some automation:
$ sparrow project create utils
$ sparrow task add utils $task-name qrify
$ sparrow task ini utils/$task-name
---
args:
- foo
- bar
- so on ...
$ sparrow task run utils/$task-name
# Author
* The author of main script is [Alex Epstein](https://github.com/alexanderepstein)
* The plugin maintainer is [Alexey Melezhik](https://github.com/melezhik/)

5
qrify/story.bash Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
bash $story_dir/qrify $(cli_args)

9
short/sparrow.json Normal file
View File

@ -0,0 +1,9 @@
{
"name" : "short",
"description" : "Simple wrapper for short script from Bash-Snippets",
"version" : "0.0.3",
"url" : "https://github.com/alexanderepstein/Bash-Snippets#short",
"category": "utilities",
"sparrow_version" : "0.2.47",
"doc" : "sparrow.md"
}

42
short/sparrow.md Normal file
View File

@ -0,0 +1,42 @@
# SYNOPSIS
Simple wrapper for `short` script from Bash-Snippets.
# INSTALL
$ sparrow plg install short
# USAGE
Basic usage:
$ sparrow plg run short -- <args>
See parameters description at [https://github.com/alexanderepstein/Bash-Snippets#short](https://github.com/alexanderepstein/Bash-Snippets#short)
If you need some automation:
$ sparrow project create utils
$ sparrow task add utils $task-name short
$ sparrow task ini utils/$task-name
---
args:
- foo
- bar
- so on ...
$ sparrow task run utils/$task-name
# Author
* The author of main script is [Alex Epstein](https://github.com/alexanderepstein)
* The plugin maintainer is [Alexey Melezhik](https://github.com/melezhik/)

5
short/story.bash Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
bash $story_dir/short $(cli_args)

9
stocks/sparrow.json Normal file
View File

@ -0,0 +1,9 @@
{
"name" : "stocks",
"description" : "Simple wrapper for stocks script from Bash-Snippets",
"version" : "0.0.3",
"url" : "https://github.com/alexanderepstein/Bash-Snippets#stocks",
"category": "utilities",
"sparrow_version" : "0.2.47",
"doc" : "sparrow.md"
}

42
stocks/sparrow.md Normal file
View File

@ -0,0 +1,42 @@
# SYNOPSIS
Simple wrapper for `stocks` script from Bash-Snippets.
# INSTALL
$ sparrow plg install stocks
# USAGE
Basic usage:
$ sparrow plg run stocks -- <args>
See parameters description at [https://github.com/alexanderepstein/Bash-Snippets#stocks](https://github.com/alexanderepstein/Bash-Snippets#stocks)
If you need some automation:
$ sparrow project create utils
$ sparrow task add utils $task-name stocks
$ sparrow task ini utils/$task-name
---
args:
- foo
- bar
- so on ...
$ sparrow task run utils/$task-name
# Author
* The author of main script is [Alex Epstein](https://github.com/alexanderepstein)
* The plugin maintainer is [Alexey Melezhik](https://github.com/melezhik/)

5
stocks/story.bash Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
bash $story_dir/stocks $(cli_args)

9
taste/sparrow.json Normal file
View File

@ -0,0 +1,9 @@
{
"name" : "taste",
"description" : "Simple wrapper for taste script from Bash-Snippets",
"version" : "0.0.3",
"url" : "https://github.com/alexanderepstein/Bash-Snippets#taste",
"category": "utilities",
"sparrow_version" : "0.2.47",
"doc" : "sparrow.md"
}

42
taste/sparrow.md Normal file
View File

@ -0,0 +1,42 @@
# SYNOPSIS
Simple wrapper for `taste` script from Bash-Snippets.
# INSTALL
$ sparrow plg install taste
# USAGE
Basic usage:
$ sparrow plg run taste -- <args>
See parameters description at [https://github.com/alexanderepstein/Bash-Snippets#taste](https://github.com/alexanderepstein/Bash-Snippets#taste)
If you need some automation:
$ sparrow project create utils
$ sparrow task add utils $task-name taste
$ sparrow task ini utils/$task-name
---
args:
- foo
- bar
- so on ...
$ sparrow task run utils/$task-name
# Author
* The author of main script is [Alex Epstein](https://github.com/alexanderepstein)
* The plugin maintainer is [Alexey Melezhik](https://github.com/melezhik/)

5
taste/story.bash Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
bash $story_dir/taste $(cli_args)

9
weather/sparrow.json Normal file
View File

@ -0,0 +1,9 @@
{
"name" : "weather",
"description" : "Simple wrapper for weather script from Bash-Snippets",
"version" : "0.0.3",
"url" : "https://github.com/alexanderepstein/Bash-Snippets#weather",
"category": "utilities",
"sparrow_version" : "0.2.47",
"doc" : "sparrow.md"
}

42
weather/sparrow.md Normal file
View File

@ -0,0 +1,42 @@
# SYNOPSIS
Simple wrapper for `weather` script from Bash-Snippets.
# INSTALL
$ sparrow plg install weather
# USAGE
Basic usage:
$ sparrow plg run weather -- <args>
See parameters description at [https://github.com/alexanderepstein/Bash-Snippets#weather](https://github.com/alexanderepstein/Bash-Snippets#weather)
If you need some automation:
$ sparrow project create utils
$ sparrow task add utils $task-name weather
$ sparrow task ini utils/$task-name
---
args:
- foo
- bar
- so on ...
$ sparrow task run utils/$task-name
# Author
* The author of main script is [Alex Epstein](https://github.com/alexanderepstein)
* The plugin maintainer is [Alexey Melezhik](https://github.com/melezhik/)

5
weather/story.bash Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
bash $story_dir/weather $(cli_args)

9
ytview/sparrow.json Normal file
View File

@ -0,0 +1,9 @@
{
"name" : "ytview",
"description" : "Simple wrapper for ytview script from Bash-Snippets",
"version" : "0.0.3",
"url" : "https://github.com/alexanderepstein/Bash-Snippets#ytview",
"category": "utilities",
"sparrow_version" : "0.2.47",
"doc" : "sparrow.md"
}

42
ytview/sparrow.md Normal file
View File

@ -0,0 +1,42 @@
# SYNOPSIS
Simple wrapper for `ytview` script from Bash-Snippets.
# INSTALL
$ sparrow plg install ytview
# USAGE
Basic usage:
$ sparrow plg run ytview -- <args>
See parameters description at [https://github.com/alexanderepstein/Bash-Snippets#ytview](https://github.com/alexanderepstein/Bash-Snippets#ytview)
If you need some automation:
$ sparrow project create utils
$ sparrow task add utils $task-name ytview
$ sparrow task ini utils/$task-name
---
args:
- foo
- bar
- so on ...
$ sparrow task run utils/$task-name
# Author
* The author of main script is [Alex Epstein](https://github.com/alexanderepstein)
* The plugin maintainer is [Alexey Melezhik](https://github.com/melezhik/)

5
ytview/story.bash Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
bash $story_dir/ytview $(cli_args)