Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.04 KB

README.md

File metadata and controls

59 lines (41 loc) · 1.04 KB

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.