Skip to content

Latest commit

 

History

History
66 lines (50 loc) · 1.42 KB

README.md

File metadata and controls

66 lines (50 loc) · 1.42 KB

mankka

Go TUI application to play media files with MPV.

Requirements:


To install application on Linux
.install/install.sh

This script tries to install mpv media player if user don't have it. To use the application follow Using the application instructions.

alternatively you can download the executable as zip from repo mankka.zip.


To install application on Windows

Download the executable as zip from repo mankka.zip.


Build from source
git clone https://github.com/MikkoVasankari/mankka.git

Navigate to cloned repo and run go build or installation script suitable for you from /install/ directory

go build

Using the application

mankka .

You can also use:

mankka

or to use your path

mankka /path/to/your/dir

TODO

  • Create a sqlite db file for saving regularly used filepaths.
  • Make setting for no-video flag / In general make setting how mpv should act