2017-07-15 19:27:36 +02:00
|
|
|
# SYNOPSIS
|
|
|
|
|
|
|
|
Simple wrapper for `qrify` script from Bash-Snippets.
|
|
|
|
|
|
|
|
|
|
|
|
# INSTALL
|
|
|
|
|
|
|
|
$ sparrow plg install qrify
|
|
|
|
|
|
|
|
# USAGE
|
|
|
|
|
|
|
|
Basic usage:
|
|
|
|
|
|
|
|
$ sparrow plg run qrify -- <args>
|
|
|
|
|
2017-07-17 19:42:32 +02:00
|
|
|
For example:
|
2017-07-15 19:27:36 +02:00
|
|
|
|
2017-07-17 19:42:32 +02:00
|
|
|
$ sparrow plg run qrify -- hello world
|
|
|
|
|
|
|
|
Run as sparrow task:
|
2017-07-15 19:27:36 +02:00
|
|
|
|
|
|
|
$ sparrow project create utils
|
|
|
|
|
2017-07-17 19:42:32 +02:00
|
|
|
$ sparrow task add utils qrify-text qrify
|
2017-07-15 19:27:36 +02:00
|
|
|
|
2017-07-17 19:42:32 +02:00
|
|
|
$ sparrow task ini utils/qrify-text
|
2017-07-15 19:27:36 +02:00
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
args:
|
2017-07-17 19:42:32 +02:00
|
|
|
- Hello world
|
|
|
|
|
|
|
|
$ sparrow task run utils/qrify-text
|
2017-07-15 19:27:36 +02:00
|
|
|
|
2017-07-17 19:42:32 +02:00
|
|
|
For qrify's arguments description follow [https://github.com/alexanderepstein/Bash-Snippets#qrify](https://github.com/alexanderepstein/Bash-Snippets#qrify)
|
2017-07-15 19:27:36 +02:00
|
|
|
|
2017-07-17 19:42:32 +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/)
|
|
|
|
|
|
|
|
|
|
|
|
|