Listen to your Storytel audiobook library using a lightweight Text User Interface!
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
)
- Rust 2018 Edition or greater:
rustc 1.31+
. - MPV library:
libmpv.so
. This is usually provided by the mpv package. - OpenSSL.
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.
The source code of this project is licensed under the GNU General Public License v3.0.