mirror of https://github.com/mitchell/dotfiles.git
Add edit command to ytmpv
This commit is contained in:
parent
ab9f80ce40
commit
17c45c5919
|
@ -35,6 +35,8 @@ function ytmpv -d 'A script to help queue youtube videos on MPV'
|
||||||
$urls
|
$urls
|
||||||
|
|
||||||
break
|
break
|
||||||
|
case e edit
|
||||||
|
$EDITOR $queue
|
||||||
case f fg
|
case f fg
|
||||||
tmux attach -t ytmpv
|
tmux attach -t ytmpv
|
||||||
case h help
|
case h help
|
||||||
|
|
Loading…
Reference in New Issue