diff --git a/aliases.sh b/aliases.sh index 3e7cd64..68ecdb2 100644 --- a/aliases.sh +++ b/aliases.sh @@ -77,22 +77,8 @@ mc() { } # TODO testing -ytdl-ct() { - ssh "youtube-dl@192.168.0.118 'screen -m -d ./download.sh $1'" -} - -# TODO testing -ytdl-ct-audio() { - ssh "youtube-dl@192.168.0.118 'screen -m -d ./download.sh --config-location ~/.config/youtube-dl/config-audio-only $1'" -} - -git-re() { - repo="$1" - dir="$2" - if [ -z "$dir" ] ; then - dir="$repo" - fi - git clone ssh://git@git.rayelliott.dev:3222/rayelliott/"$repo".git "$dir" +png-jpg() { + convert "$1" "${1%.*}".jpg } ch() {