2 stable releases
1.0.1 | Jun 20, 2024 |
---|---|
1.0.0 | Jun 17, 2024 |
#2088 in Command line utilities
27 downloads per month
32KB
768 lines
osu-lazer-manager
osu!lazer Management Tool for Linux
This tool simplifies managing osu!lazer on your Linux system. It lets you:
- Install and Update osu!lazer: Easily install new versions or update existing ones.
- Manage Multiple Versions: Keep different osu!lazer versions handy and switch between them effortlessly.
- Launch Directly from CLI: No need for extra steps, launch osu!lazer straight from the command line.
- Desktop Entry Management: Create and update desktop entries for a seamless user experience.
Installation
The recommended way to install the osu!lazer manager is using Cargo. This offers the benefits of package management and ensures a secure installation process.
Pre-compiled Binaries
with scripts
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/nanashi-1/osu-lazer-manager/releases/latest/download/osu-lazer-manager-installer.sh | sh
with cargo-binstall
cargo binstall osu-lazer-manager
Compile Current Development Version
If you want to try the latest development version before it's published on crates.io, you can install it directly from your local Git repository or a remote one using Cargo's install
command with the --git
flag:
cargo install --git https://github.com/nanashi-1/osu-lazer-manager
License
This project is licensed under the MIT License. You can find a copy of the license in the LICENSE file.
Dependencies
~12–28MB
~385K SLoC