Skip to content

CLI commands and space #3246

Answered by waydabber
proactivematter asked this question in Q&A
Discussion options

You must be logged in to vote

Hi there,

hmm. I'll check it. Escaping space (\ ) should work.

betterdisplaycli set -namelike=built-in\ display -brightness=50%

But with namelike you can use only a part of the name, like ipad in your case so space is not needed.

With curl, you also need to escape ?:

curl http://localhost:55777/get\?namelike=ipad\&identifiers

The following command should I think list everything:

betterdisplaycli get -identifiers

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by waydabber
Comment options

You must be logged in to vote
2 replies
@waydabber
Comment options

@waydabber
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3245 on August 02, 2024 07:43.