Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advanced CLI #1345

Merged
merged 6 commits into from
Jun 23, 2024
Merged

Advanced CLI #1345

merged 6 commits into from
Jun 23, 2024

Conversation

BartoszCichecki
Copy link
Owner

@BartoszCichecki BartoszCichecki commented Jun 21, 2024

After some initial feedback, CLI is being extended with more options. Hence why introduction of a package for handling CMD line arguments.

Scope:

  • Features which covers stuff present on the dashboard
  • RGB/Spectrum profile/brightness

Proposed interface:

  • llt quickAction --list - list all Quick Actions
  • llt quickAction <name> - run Quick Action with given
  • llt feature --list - list all supported features
  • llt feature get <name> - get value of a feature with given
  • llt feature set <name> --list - list all values for a feature with given
  • llt feature set <name> <value> - set feature with given to a specified
  • llt spectrum profile get - get current profile Spectrum RGB is set to
  • llt spectrum profile set <profile> - set Spectrum RGB profile to
  • llt spectrum brightness get - get current brightness Spectrum RGB is set to
  • llt spectrum brightness set <brightness> - set Spectrum RGB brightness to
  • llt rgb get - get current 4-zone RGB preset
  • llt rgb set <profile> - set 4-zone RGB to

@BartoszCichecki BartoszCichecki self-assigned this Jun 21, 2024
@BartoszCichecki BartoszCichecki marked this pull request as ready for review June 23, 2024 21:41
@BartoszCichecki BartoszCichecki merged commit 0b0f23c into master Jun 23, 2024
1 check passed
@BartoszCichecki BartoszCichecki deleted the feat/advanced-cli branch June 23, 2024 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant