ivi-homescreen icon indicating copy to clipboard operation
ivi-homescreen copied to clipboard

Command Line Option for Bundle Path does not autocomplete in bash

Open Markus43 opened this issue 5 months ago • 2 comments

I am playing around with multiple apps and embedders via meta-flutter at the moment.

Specifying the path of the bundle works like this with homescreen, the sony embedder and flutter-pi:

homescreen --b=/usr/share/flutter/flutter-gallery/3.16.5/release/ flutter-client -b /usr/share/flutter/flutter-gallery/3.16.5/release/ flutter-pi --release /usr/share/flutter/flutter-gallery/3.16.5/release/

When playing around with multiple test apps or new flutter versions, I often modify this path parameter by hand. The format of flutter-client and flutter-pi allows auto-completion of this path parameter, while the leading '=' of homescreen breaks autocompletion of the path in bash.

Maybe homescreen could add an alternative way of specifying the bundle path that also has a space before the path?

Markus43 avatar Jan 11 '24 15:01 Markus43