Radion, an internet radio CLI client, written in Bash.
Radion, an internet radio CLI client, written in Bash.
radion is an internet radio CLI client, written in Bash.
https://gitlab.com/christosangel/radion
Radion can be customized as far as the station selecting program is concerned. The user can choose between:
- read
- fzf
- rofi
- dmenu
Update: Introduced new feature: customizing prompt text for fzf dmenu and rofi.
Update: MacOS support added now thanks to Andrea Schäfer
Also, I was forced by my daughter to add some anime radio stations...
Update: Recording functionality added, with the use of another (you guessed it) bash script
Also options in read
as Preferred selector are also case insensitive.
Any feedback is appreciated!
You're viewing a single thread.
Just because you can doesn't mean you should.
8 0 ReplyOf course, next time I feel like writing a script, I will make sure that I let you know first, and get your approval.
28 0 Replyrespectfully, why did you write it in bash? for the challenge?
4 0 ReplyThis script could might as well be an one-liner. It was simple and easy.
5 0 ReplyYeah right, that's what my co-worker said writing the most obscure bash scripts... *looks at code Ah, it is easy and well structured indeed. Nice :-) .
4 0 ReplyI know this feeling! However this script in its essence is quite simple...
2 0 ReplyMaybe simple to Chris Angel and his magic.
1 0 ReplyTry this, it is less pretty, but in essence, the same:
cat ~/.cache/radion/stations.txt |fzf|awk '{print $1}'|xargs mpv
1 0 ReplySorry, I was mainly trying to say, "Good job, it's impressive!" Your name is close to the name of a famous magician, so I was referring to your code as magic. Bit of a dumb joke.
2 0 ReplyHey, I am glad you like it ;)
2 0 Reply
That's the least you can do.
1 0 ReplyI like how people I don't know insist on telling me what to do. Actually, I like the part where I ignore them.
1 0 ReplyDude, I was trying to be funny. Feel absolutely free to ignore me.
1 0 ReplyOh, no problem 😀
1 0 Reply