KunalBagaria / rustyvibes

A Rust CLI that makes mechanical keyboard sound effects on every key press
https://github.com/kunalbagaria/rustyvibes
MIT License
218 stars 29 forks source link

Do you consider making this an app? #21

Open I7T5 opened 2 years ago

I7T5 commented 2 years ago

Would appreciate it much, since I would like to quickly toggle between keyboard sounds and also the volume.

KunalBagaria commented 2 years ago

Hey, I'm unfortunately not working on this project anymore, but you're welcome to open a PR with a GUI and I'll merge it :)

aasutossh commented 2 years ago

Could make aliases for different soundpacks.

gambhirsharma commented 11 months ago

Could make aliases for different soundpacks.

Sounds to be a good idea. I think I will try to create one Gist for this to change the sound files using fzf.

gambhirsharma commented 11 months ago

https://gist.github.com/gambhirsharma/1843bd176f9fece9f7af66c8de37fccc

Done!!

SurajRaika commented 9 months ago

I made this project to explore tauri MechType

it uses tauri so its lightweight

However, it doesn't work on windows because rustyvibes has some problems with playing wav files on that platform. But I'm planning to submit a PR to fix that in rustyvibes soon