nianhbg / storytel-tui

Storytel TUI Linux client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

storytel-tui   license rust_min_version

Listen to your Storytel audiobook library using a lightweight Text User Interface!



Supported platforms

This program supports the platforms listed below, other platforms have not been tested and bugs could appear:

  • GNU/Linux x86_64 (x86_64-unknown-linux-gnu)

Building

Requirements

  • Rust 2018 Edition or greater: rustc 1.31+.
  • MPV library: libmpv.so. This is usually provided by the mpv package.
  • OpenSSL.

Crate installation and execution

You can run the crate directly using cargo run --release, this will create a binary in the target/release directory inside the repository's root and execute it.

Otherwise, you can install the crate in your system with cargo install. The path where the binary is installed depends on different conditions listed in the cargo install documentation. The directory where Cargo installs crates should be included in your $PATH if you wish to execute storytel-tui more easily.

License

The source code of this project is licensed under the GNU General Public License v3.0.

About

Storytel TUI Linux client

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%