2017-07-15 19:27:36 +02:00
|
|
|
# SYNOPSIS
|
|
|
|
|
|
|
|
Simple wrapper for `stocks` script from Bash-Snippets.
|
|
|
|
|
|
|
|
# INSTALL
|
|
|
|
|
|
|
|
$ sparrow plg install stocks
|
|
|
|
|
|
|
|
# USAGE
|
|
|
|
|
|
|
|
Basic usage:
|
|
|
|
|
|
|
|
$ sparrow plg run stocks -- <args>
|
2017-07-16 22:54:10 +02:00
|
|
|
|
|
|
|
For example:
|
2017-07-15 19:27:36 +02:00
|
|
|
|
2017-07-16 22:54:10 +02:00
|
|
|
$ sparrow pl run stocks -- Google
|
2017-07-15 19:27:36 +02:00
|
|
|
|
2017-07-17 19:42:32 +02:00
|
|
|
Run as sparrow task:
|
2017-07-15 19:27:36 +02:00
|
|
|
|
|
|
|
$ sparrow project create utils
|
|
|
|
|
2017-07-16 22:54:10 +02:00
|
|
|
$ sparrow task add utils google-stocks stocks
|
2017-07-15 19:27:36 +02:00
|
|
|
|
2017-07-16 22:54:10 +02:00
|
|
|
$ sparrow task ini utils/google-stocks
|
2017-07-15 19:27:36 +02:00
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
args:
|
2017-07-16 22:54:10 +02:00
|
|
|
- Google
|
2017-07-15 19:27:36 +02:00
|
|
|
|
2017-07-16 22:54:10 +02:00
|
|
|
$ sparrow task run utils/google-stocks
|
2017-07-15 19:27:36 +02:00
|
|
|
|
2017-07-17 19:42:32 +02:00
|
|
|
For stocks's arguments description follow [https://github.com/alexanderepstein/Bash-Snippets#stocks](https://github.com/alexanderepstein/Bash-Snippets#stocks)
|
|
|
|
|
2017-07-16 22:54:10 +02:00
|
|
|
# Authors
|
2017-07-15 19:27:36 +02:00
|
|
|
|
|
|
|
* The author of main script is [Alex Epstein](https://github.com/alexanderepstein)
|
|
|
|
|
|
|
|
* The plugin maintainer is [Alexey Melezhik](https://github.com/melezhik/)
|