Releases: eq-desktop/cli
Releases · eq-desktop/cli
0.1.0
Equora CLI v0.1.0 – Initial Release
🎉 Features:
- Launch and manage Equora directly from the command line
- Lock screen, toggle launchpad, and open notification center
- Create and destroy custom QML notch apps dynamically
- Open customizable dialogs with accept/decline actions
- Get, set, and reset configuration options using dot notation
- Fully installable via
pipfrom GitHub
Installation:
pip install git+https://github.com/eq-desktop/cli.gitExample usage:
equora run
equora new_notch_app path/to/app.qml "My App" 5000 0
equora set bar.height 22
equora get bar.height
equora reset bar.heightThis release establishes the core CLI functionality for controlling Equora and managing its settings in a scriptable, automated way.
Changelog:
- Initial Release
Bug Fixes:
:/
Full Changelog: https://github.com/eq-desktop/cli/commits/v0.1.0