Skip to content

nelson131/shellify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shellify v1.0.2

shellify is a terminal based audio player written in god-chosen lang C for Linux.
Built with sqlite3, miniaudio under the GPL-3.0 License.

View

Dependencies

  • miniaudio - audio engine by mackron
  • sqlite3 - saving the data
  • ffmpeg - you know

Installation (Linux)

Downloading the dependencies

For shellify to work correctly, you need to download all the dependencies listed above.

Building

git clone https://github.com/nelson131/shellify.git
cd shellify
chmod +x install.sh
./install.sh

Troubleshooting

If .desktop doesnt opening shellify, try to install xdg-terminal-exec

Default shortcuts

Key Action
LEFT/RIGHT Arrows for menus or focusing
UP/BOTTOM Arrow for scrolling
e Select
f Pause the song
a Enable adding mode
r Enable removing mode
ESC Disable any mode
x Super
] Increase the volume
[ Decrease the volume
u Enable/Disable the shuffle
q Quit

Configuration

HOME/.config/shellify/config is a configuration file.
You can freely rebind shortcuts to suit for your own needs, define desc and
enable or disable logging mode.

Packages

 
 
 

Contributors