mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-10 18:11:13 +10:00
Adding new aliases.
This commit is contained in:
@@ -207,6 +207,16 @@ alias gpg-check="gpg2 --keyserver-options auto-key-retrieve --verify"
|
|||||||
# receive the key of a developer
|
# receive the key of a developer
|
||||||
alias gpg-retrieve="gpg2 --keyserver-options auto-key-retrieve --receive-keys"
|
alias gpg-retrieve="gpg2 --keyserver-options auto-key-retrieve --receive-keys"
|
||||||
|
|
||||||
|
# Play audio files in current dir by type
|
||||||
|
alias playwav='deadbeef *.wav'
|
||||||
|
alias playogg='deadbeef *.ogg'
|
||||||
|
alias playmp3='deadbeef *.mp3'
|
||||||
|
|
||||||
|
# Play video files in current dir by type
|
||||||
|
alias playavi='vlc *.avi'
|
||||||
|
alias playmov='vlc *.mov'
|
||||||
|
alias playmp4='vlc *.mp4'
|
||||||
|
|
||||||
# youtube-dl
|
# youtube-dl
|
||||||
alias yta-aac="youtube-dl --extract-audio --audio-format aac "
|
alias yta-aac="youtube-dl --extract-audio --audio-format aac "
|
||||||
alias yta-best="youtube-dl --extract-audio --audio-format best "
|
alias yta-best="youtube-dl --extract-audio --audio-format best "
|
||||||
|
|||||||
@@ -301,6 +301,16 @@ alias gpg-check="gpg2 --keyserver-options auto-key-retrieve --verify"
|
|||||||
# receive the key of a developer
|
# receive the key of a developer
|
||||||
alias gpg-retrieve="gpg2 --keyserver-options auto-key-retrieve --receive-keys"
|
alias gpg-retrieve="gpg2 --keyserver-options auto-key-retrieve --receive-keys"
|
||||||
|
|
||||||
|
# Play audio files in current dir by type
|
||||||
|
alias playwav='deadbeef *.wav'
|
||||||
|
alias playogg='deadbeef *.ogg'
|
||||||
|
alias playmp3='deadbeef *.mp3'
|
||||||
|
|
||||||
|
# Play video files in current dir by type
|
||||||
|
alias playavi='vlc *.avi'
|
||||||
|
alias playmov='vlc *.mov'
|
||||||
|
alias playmp4='vlc *.mp4'
|
||||||
|
|
||||||
# youtube-dl
|
# youtube-dl
|
||||||
alias yta-aac="youtube-dl --extract-audio --audio-format aac "
|
alias yta-aac="youtube-dl --extract-audio --audio-format aac "
|
||||||
alias yta-best="youtube-dl --extract-audio --audio-format best "
|
alias yta-best="youtube-dl --extract-audio --audio-format best "
|
||||||
|
|||||||
@@ -203,6 +203,16 @@ alias gpg-check="gpg2 --keyserver-options auto-key-retrieve --verify"
|
|||||||
# receive the key of a developer
|
# receive the key of a developer
|
||||||
alias gpg-retrieve="gpg2 --keyserver-options auto-key-retrieve --receive-keys"
|
alias gpg-retrieve="gpg2 --keyserver-options auto-key-retrieve --receive-keys"
|
||||||
|
|
||||||
|
# Play audio files in current dir by type
|
||||||
|
alias playwav='deadbeef *.wav'
|
||||||
|
alias playogg='deadbeef *.ogg'
|
||||||
|
alias playmp3='deadbeef *.mp3'
|
||||||
|
|
||||||
|
# Play video files in current dir by type
|
||||||
|
alias playavi='vlc *.avi'
|
||||||
|
alias playmov='vlc *.mov'
|
||||||
|
alias playmp4='vlc *.mp4'
|
||||||
|
|
||||||
# youtube-dl
|
# youtube-dl
|
||||||
alias yta-aac="youtube-dl --extract-audio --audio-format aac "
|
alias yta-aac="youtube-dl --extract-audio --audio-format aac "
|
||||||
alias yta-best="youtube-dl --extract-audio --audio-format best "
|
alias yta-best="youtube-dl --extract-audio --audio-format best "
|
||||||
|
|||||||
Reference in New Issue
Block a user