https://github.com/lonelam/minibreak
lightweight cli tool `minibreak` to wash your eyes before taking a break during heavy work.
https://github.com/lonelam/minibreak
Last synced: 7 months ago
JSON representation
lightweight cli tool `minibreak` to wash your eyes before taking a break during heavy work.
- Host: GitHub
- URL: https://github.com/lonelam/minibreak
- Owner: lonelam
- Created: 2024-01-20T13:19:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-22T02:23:53.000Z (over 1 year ago)
- Last Synced: 2025-02-28T08:45:13.393Z (7 months ago)
- Language: Rust
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MiniBreak
[](https://github.com/lonelam/minibreak/actions/workflows/rust_build.yml)
## Description
MiniBreak is a simple, intuitive command-line application designed to give programmers and computer users a quick and easy way to clear their screen and take a short, refreshing break. When you type `minibreak` and hit enter, the application minimizes all open windows, revealing your desktop adorned with the latest Bing wallpaper. It's the perfect tool to help you step back, relax, and declutter your digital workspace momentarily.
## Installation
Instructions on how to install MiniBreak.
### Use cargo if you are familiar with cargo
```bash
cargo install minibreak
```### Use install script
```bash
curl -s https://raw.githubusercontent.com/lonelam/minibreak/main/install.sh | sh
```## Usage
After installation, simply type `minibreak` in your command line and press enter. Your windows will minimize, and your desktop wallpaper will update to the latest Bing image.
## Features
- **Minimize All Windows**: Clears your screen of all open applications and windows with a single command.
- **Latest Bing Wallpaper**: Sets your desktop background to the latest Bing wallpaper, providing a fresh and beautiful scene for your break.
- **Simple Command**: Just type `minibreak` and hit enter - it's that easy.## Limitation
MiniBreak is currently only available to minimize all open windows on Windows and MacOS, if you're running a different operating system, please fork the repository and modify the code to suit your needs.
## Contributing
Contributions to MiniBreak are welcome! Feel free to fork the repository, make changes, and submit pull requests. If you find any issues or have suggestions for improvements, please open an issue in the GitHub repository.
## License
[MIT License](LICENSE)
## Acknowledgments
- [Bing Wallpaper API](https://github.com/TimothyYe/bing-wallpaper): For providing the beautiful wallpapers with restful api.