A simple GUI application written in Rust that allows users to play random video files from subdirectories within their ~/Videos directory.
- Displays a vertical list of buttons corresponding to subdirectories in the
~/Videosdirectory. - On clicking a button, a random video file from the selected directory is played using the system's default media player.
Make sure you have the following installed on your system:
cargo install --git https://github.com/avrahamappel/vid-launchernix run github:avrahamappel/vid-launcher- Ensure you have video files organized in subdirectories within your
~/Videosdirectory. - Launch the application.
- Click on any of the buttons corresponding to the subdirectories to play a random video file from that directory.
This project is licensed under the MIT License. See the LICENSE file for more details.
Contributions are welcome! Please feel free to submit a pull request or open an issue for any suggestions or improvements.