I created a CLI that converts an exercise plan to audio files, enabling a seamless and guided exercise experience. Maybe other people also sit a lot while programming and need a little helper to do create daily routine for small exercises.
I post this here because I want to know if this could be helpful and maybe to get some feedback :)
Be aware this CLI wraps other programs (sox on macOS, on Linux+Win sox, ffmpeg, espeak-ng) and works without remote calls. I would be happy to have written everything in Go (without wrapper) but I couldn't find e.g. a good TTS full embedded TTS library in Go.
FerkiHN•5h ago
Great project, I love all these things,I also gave your repository a star, I hope you will have 1000 of them someday, you really add to the capabilities of the terminal, I'm also interested in this, if you want, check out my project too:
I don't want to seem greedy, but if you want, you can also star the repository, so that all our terminal projects can see the world!
FerkiHN•5h ago
As for advice, of course I don't know for sure if it's better this way, but it seems to me that you have a lot of files that are ~2kb each, have you thought about merging some of them for easier readability of the project?
defree•5h ago
Hey, thanks for looking into the code and thanks for your feedback! I will merge some files and hope it will be easier to read
defree•5h ago
FerkiHN•5h ago
https://github.com/Ferki-git-creator/phono-in-terminal-image...
I don't want to seem greedy, but if you want, you can also star the repository, so that all our terminal projects can see the world!
FerkiHN•5h ago
defree•5h ago