Added radio desert
This commit is contained in:
parent
255acc5eaa
commit
2c99de42e6
1 changed files with 49 additions and 48 deletions
|
@ -1,48 +1,49 @@
|
|||
# Default aliases
|
||||
alias ls="ls --color=auto"
|
||||
alias mv="mv -v"
|
||||
alias la="ls -a"
|
||||
alias ll="ls -l"
|
||||
alias lh="ls -lah"
|
||||
alias pls="pls --details -i nerd"
|
||||
alias grep="grep --color=auto -n"
|
||||
alias diff='diff --color=auto'
|
||||
alias gdiff='git diff'
|
||||
alias yarn="yarn --emoji true"
|
||||
alias tv="tidy-viewer -c 1 "
|
||||
alias pls="pls -i nerd --details"
|
||||
|
||||
# No space in file
|
||||
alias nospace='rename "y/ /_/ " *'
|
||||
|
||||
# APT
|
||||
alias nonfree="dpkg-query -W -f='${Section}\t${Package}\n' | grep ^non-free"
|
||||
|
||||
# Sound
|
||||
alias rpLQ='mpv http://radioperfecto.net-radio.fr/perfecto.mp3'
|
||||
alias rpHQ='mpv http://radioperfecto.net-radio.fr:80/perfecto.aac'
|
||||
alias rp='rpHQ'
|
||||
alias 107='mpv http://15363.live.streamtheworld.com/KSANFMAAC192.aac'
|
||||
alias onlyrock='mpv http://ns508363.ip-198-100-145.net:8080/onlyrockradio.mp3'
|
||||
alias fuzz='mpv "https://cloud.darkou.fr/s/7paGBPsERGJjnFd/download?path=%2F&files=fuzz.pls"'
|
||||
alias stonerrock='mpv http://79.111.119.111:8002/stonerrock'
|
||||
alias rx3='mpv https://halo.streamerr.co/listen/real_rebel_radio/radio.mp3'
|
||||
alias heavy1='mpv https://listen.radioking.com/radio/119653/stream/159121'
|
||||
alias radiometal='mpv http://radio.radiometal.com/radiometal.mp3\?nocache=328359'
|
||||
alias lagrosseRock='mpv http://hd.lagrosseradio.info/lagrosseradio-rock-192.mp3'
|
||||
alias lagrosseMetal='mpv http://hd.lagrosseradio.info/lagrosseradio-metal-192.mp3'
|
||||
alias lagrosseReggae='mpv http://hd.lagrosseradio.info/lagrosseradio-reggae-192.mp3'
|
||||
alias radioDoom='mpv -playlist http://kuorinka.duckdns.org:2718/doom.m3u'
|
||||
alias highVoltage='mpv https://strm112.1.fm/highvoltage_mobile_mp3' # https://prod.radio-api.net/stations/now-playing?stationIds=1fmhighvoltage'
|
||||
alias droogies='mpv http://www.droogies.org:8000/stream'
|
||||
alias music='sshfs dmc-12:/srv/dev-disk-by-label-storage/medias/Music ~/Music'
|
||||
|
||||
alias dh="dfc -t xfs,ext2 2>/dev/null"
|
||||
|
||||
alias irc="ssh verne -t tmux attach-session -t irc"
|
||||
|
||||
alias getClass="swaymsg -t get_tree| grep $1"
|
||||
|
||||
alias syncFp3="~/Projects/forked/adb-sync/adb-sync ~/Music /storage/D529-6073/"
|
||||
|
||||
alias ip="ip --color=auto"
|
||||
# Default aliases
|
||||
alias ls="ls --color=auto"
|
||||
alias mv="mv -v"
|
||||
alias la="ls -a"
|
||||
alias ll="ls -l"
|
||||
alias lh="ls -lah"
|
||||
alias pls="pls --details -i nerd"
|
||||
alias grep="grep --color=auto -n"
|
||||
alias diff='diff --color=auto'
|
||||
alias gdiff='git diff'
|
||||
alias yarn="yarn --emoji true"
|
||||
alias tv="tidy-viewer -c 1 "
|
||||
alias pls="pls -i nerd --details"
|
||||
|
||||
# No space in file
|
||||
alias nospace='rename "y/ /_/ " *'
|
||||
|
||||
# APT
|
||||
alias nonfree="dpkg-query -W -f='${Section}\t${Package}\n' | grep ^non-free"
|
||||
|
||||
# Sound
|
||||
alias rpLQ='mpv http://radioperfecto.net-radio.fr/perfecto.mp3'
|
||||
alias rpHQ='mpv http://radioperfecto.net-radio.fr:80/perfecto.aac'
|
||||
alias rp='rpHQ'
|
||||
alias 107='mpv http://15363.live.streamtheworld.com/KSANFMAAC192.aac'
|
||||
alias onlyrock='mpv http://ns508363.ip-198-100-145.net:8080/onlyrockradio.mp3'
|
||||
alias fuzz='mpv "https://cloud.darkou.fr/s/7paGBPsERGJjnFd/download?path=%2F&files=fuzz.pls"'
|
||||
alias stonerrock='mpv http://79.111.119.111:8002/stonerrock'
|
||||
alias rx3='mpv https://halo.streamerr.co/listen/real_rebel_radio/radio.mp3'
|
||||
alias heavy1='mpv https://listen.radioking.com/radio/119653/stream/159121'
|
||||
alias radiometal='mpv http://radio.radiometal.com/radiometal.mp3\?nocache=328359'
|
||||
alias lagrosseRock='mpv http://hd.lagrosseradio.info/lagrosseradio-rock-192.mp3'
|
||||
alias lagrosseMetal='mpv http://hd.lagrosseradio.info/lagrosseradio-metal-192.mp3'
|
||||
alias lagrosseReggae='mpv http://hd.lagrosseradio.info/lagrosseradio-reggae-192.mp3'
|
||||
alias radioDoom='mpv -playlist http://kuorinka.duckdns.org:2718/doom.m3u'
|
||||
alias highVoltage='mpv https://strm112.1.fm/highvoltage_mobile_mp3' # https://prod.radio-api.net/stations/now-playing?stationIds=1fmhighvoltage'
|
||||
alias droogies='mpv http://www.droogies.org:8000/stream'
|
||||
alias radiodesert='mpv https://s2.radiolize.com:8010/radio.mp3' # https://radiodesert.com/
|
||||
alias music='sshfs dmc-12:/srv/dev-disk-by-label-storage/medias/Music ~/Music'
|
||||
|
||||
alias dh="dfc -t xfs,ext2 2>/dev/null"
|
||||
|
||||
alias irc="ssh verne -t tmux attach-session -t irc"
|
||||
|
||||
alias getClass="swaymsg -t get_tree| grep $1"
|
||||
|
||||
alias syncFp3="~/Projects/forked/adb-sync/adb-sync ~/Music /storage/D529-6073/"
|
||||
|
||||
alias ip="ip --color=auto"
|
||||
|
|
Loading…
Reference in a new issue