scripts

Utilitity scripts
git clone git://gtms.dev/scripts.git
Log | Files | Refs

commit f58787d5f4ee525cfcd209ad01e960baa0a55212
parent d2e32409683458e299ba8fe7dfd05d057f900cef
Author: Tomas Nemec <nemi@skaut.cz>
Date:   Wed, 20 Oct 2021 00:14:01 +0200

update

Diffstat:
Msfopen | 2+-
Mtmux-dev | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sfopen b/sfopen @@ -4,7 +4,7 @@ local url = arg[1] function open(format) os.execute(string.format(format, url)) end if string.find(url, 'youtube') then - open('setsid -f mpv %s') + open('setsid -f mpv --ytdl-format=best %s') elseif string.find(url, 'odysee') then open('setsid -f mpv %s') elseif string.find(url, 'reddit') then diff --git a/tmux-dev b/tmux-dev @@ -22,8 +22,8 @@ local dpgw = { cmd = cmd.dpgw, r_cmd = cmd.r_dpgw, } -local ui = {key = 'ui', cwd = workdir .. '/ui/devel', cmd = cmd.ui} -local dw = {key = 'dw', cwd = workdir .. '/dw/devel', cmd = cmd.dw} +local ui = {key = 'ui', cwd = workdir .. '/ui/branches/devel', cmd = cmd.ui} +local dw = {key = 'dw', cwd = workdir .. '/dw/branches/devel', cmd = cmd.dw} local digi = {key = 'digi', cwd = workdir .. '/digi', cmd = cmd.digi} -- COUPLES -- apps: list of app to make action on