aliasrc changes

This commit is contained in:
krolyxon 2023-02-11 11:14:03 +05:30
parent 89074dbd98
commit 248da69e34
1 changed files with 7 additions and 3 deletions

View File

@ -9,6 +9,7 @@ alias \
dots='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' \
lf="lfub" \
nb="newsboat" \
sxiv="nsxiv" \
hst="history 1 -1 | cut -c 8- | sort | uniq | fzf | tr -d '\n' | xclip -sel c" \
# Verbosity and settings that you pretty much just always are going to want.
@ -16,11 +17,14 @@ alias \
cp="cp -iv" \
mv="mv -iv" \
rm="rm -vI" \
yt="yt-dlp --embed-metadata -i -o '%(title)s.%(ext)s' --external-downloader=aria2c" \
yt="yt-dlp --embed-metadata -i -o '%(title)s.%(ext)s'" \
yta="yt -x -f bestaudio/best" \
ytbdl="yt-dlp -f bestvideo+bestaudio -o '%(title)s.%(ext)s' --external-downloader=aria2c" \
ytdl="yt-dlp -f best -o '%(title)s.%(ext)s' --external-downloader=aria2c"
ytdl="yt-dlp -f best -o '%(title)s.%(ext)s' --external-downloader=aria2c" \
tsm="transmission-remote" \
tsmd="transmission-daemon"
# yt="yt-dlp --embed-metadata -i -o '%(title)s.%(ext)s' --external-downloader=aria2c" \
# Colorize commands when possible.
alias \