commit b6a6bd0b31dafe522461da3dce08efa426430d3f parent dcf661de6a15880c948948e09b99d399afbba0f2 Author: zavok <an2qzavok@gmail.com> Date: Sat, 21 Jan 2017 18:03:14 +0300 youtu.be line Diffstat:
M | shp | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/shp b/shp @@ -14,6 +14,7 @@ check() str=$@ check ".*youtube.com/watch.*" mpv $str +check ".*youtu.be/.*" mpv $str check "^http.*" surf $str check ".*\.(jpg|jpeg|png|gif)$" sxiv $str echo no matches