Skip to content

A simple TUI online music stream app written in c++ with easy vim keybinds.

License

Notifications You must be signed in to change notification settings

Dark-Kernel/tuisic

Repository files navigation

TUISIC

TUI Online Music Streaming application.

tuisic3.mp4

It let's you search and play online songs from cli hassle free.

Features

  • Vim motions
  • Easy downloads
  • Multiple song sources
  • Playlist support
  • Copy urls
  • Add to favourites

Sources

It fetches songs from some platforms:

  • SoundCloud
  • LastFM
  • ForestFM
  • YouTube ( Yet to be implemented )

Installation:

  1. Using AUR package
yay -S tuisic-git
  1. Building from source

Dependencies

sudo pacman -S curl mpv fmt yt-dlp

Build, Compile & Run

mkdir build && cd build
cmake ..
make
sudo make install

Thanks to all.

Contribution

It's open for contribution, read CONTRIBUTING.md for more information.

About

A simple TUI online music stream app written in c++ with easy vim keybinds.

Resources

License

Stars

Watchers

Forks

Packages

No packages published