WIP. Currently in development.
A simple command-line application to slice up audio based podcasts into segments with transcriptions,listen to and read individual segments, and track progress.
Run make
or make default
to see all available Makefile
commands.
First, clone the repository:
git clone [email protected]:darraghenright/podslicer.git
cd podslicer
Then, set up the poetry virtual environment and shell:
poetry shell
poetry install
Optionally, run tests:
make test
Finally run the application:
make run
Enjoy!