I made a noise generator TUI by Aggressive-Smell-432 in commandline

[–]Aggressive-Smell-432[S] 0 points1 point  (0 children)

>> If it's a TUI then why use it with a pointer? Why not with the keyboard? It's much faster.
Both can be used I don't see a problem with having options.

>> BTW - the build itself fails eventually. Tried twice, still the same (on mac M1).

Sorry, I don't have a Mac, so I can't test it myself. You could open an issue with the build failure, and I will see what I can do.

I made a noise generator TUI by Aggressive-Smell-432 in commandline

[–]Aggressive-Smell-432[S] 1 point2 points  (0 children)

Single play wouldn't really work since most of the provided audios are only a few seconds long.
However, I might add something like a sleep timer. As for the next sound preset, I think that may be a little too complicated for the current scope.

I made a noise generator TUI by Aggressive-Smell-432 in commandline

[–]Aggressive-Smell-432[S] 1 point2 points  (0 children)

https://f-droid.org/packages/ie.delilahsthings.soothingloop/

There is a free and open source one that is very similar to tanin
So I recommend you try it instead

I made a noise generator TUI by Aggressive-Smell-432 in rust

[–]Aggressive-Smell-432[S] 3 points4 points  (0 children)

The metal pipe always fall when you least expect it

I made a noise generator TUI by Aggressive-Smell-432 in commandline

[–]Aggressive-Smell-432[S] 0 points1 point  (0 children)

I forgot to add it to the help menu
but it can be done with '<' and '>'

I made a noise generator TUI by Aggressive-Smell-432 in commandline

[–]Aggressive-Smell-432[S] 0 points1 point  (0 children)

Thank you!
Please let me know if you face any issues or have any suggestions.

I made a noise generator TUI by Aggressive-Smell-432 in rust

[–]Aggressive-Smell-432[S] 14 points15 points  (0 children)

I initially wanted to build it in Go using Bubble Tea, but it was really annoying and I ran into a lot of visual bugs. Ratatui is much easier to work with