Featured post

Delete Youtube from Android devices permanently

Download the  Platform-tools  for the Windows system.  Turn on USB debugging on your phone in developer mode. Connect the phone to the syst...

Thursday, 28 August 2025

termu - - Terminal Music Player

Completely minimal setup to play your favorite playlist in a terminal (that is the best part)
I have made a simple C code for that;
 >> termu
I think the terminal should be elegant, and a music player inside the terminal is a must.
 
 
*Video demonstration 
To make a desktop icon in Linux, follow these steps;
*Type these commands in Terminal 
1. chmod +x /complete path of the executable file
2. nano ~/Desktop/termu.desktop 
(It will show this)
 
[Desktop Entry]
Name=termu
Comment=Launch your terminal music player application
Exec=gnome-terminal -- /
complete path of the executable file
Icon=/home/nitesh/Desktop/devv/termu/icon.png 
Terminal=true
Type=Application
Categories=Audio;Music;
*Change the bold things accordingly.
*Press Ctrl+o - Enter - Ctrl+x 
3. chmod +x  ~/home/nitesh/Desktop/termu.desktop 
(also change the path accordingly)
This will make a perfect desktop icon that looks pretty cool. 
>> image1 ; image2 

No comments:

Post a Comment