Skip to content

Releases: eq-desktop/cli

0.1.0

22 Sep 12:26

Choose a tag to compare

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 pip from GitHub

Installation:

pip install git+https://github.com/eq-desktop/cli.git

Example 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.height

This 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