A CLI tool to manage TidaLuna on your system. Not affiliated.
Download from GitHub Releases: lunactl
cargo install --git https://github.com/espeon/lunactl
Important
On macOS, if you download lunactl from the internet, you may need to run the following command to allow it to run:
xattr -d com.apple.quarantine ./lunactl
For more details, visit the Apple Support KB entry.
You'll need Rust and Cargo installed (ideally via rustup).
- Clone via
git clone https://github.com/espeon/lunactl
- Run
cargo build --release
- Optionally install with
cargo install --path .
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your discretion.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.