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