mirror of
https://github.com/alexanderepstein/Bash-Snippets
synced 2018-11-08 02:59:35 +01:00
844 B
844 B
SYNOPSIS
Simple wrapper for ytview
script from Bash-Snippets.
INSTALL
$ sparrow plg install ytview
USAGE
Basic usage:
$ sparrow plg run ytview -- <args>
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
Authors
-
The author of main script is Alex Epstein
-
The plugin maintainer is Alexey Melezhik