UIOPEN(1) | General Commands Manual | UIOPEN(1) |
uiopen
— open an
application or URL
uiopen |
[-h ] [-a
name] [-b
id] [-p
path] [-u
url] |
uiopen
will open a specified app or URL,
displaying it on SpringBoard.
-a
,
--app
name-b
,
--bundleid
id-h
,
--help
-p
,
--path
path-u
,
--url
urlTo open github.com in the default browser
uiopen -u
https://github.com
To open the Settings app
uiopen -a Settings
To open Sileo using it's path, /Applications/Sileo.app
uiopen -p
/Application/Sileo.app
The uiopen
utility first appeared in
uikittools on August 18, 2008, written by Jay
"Saurik" Freeman. Later, it was reimplemented by
CoolStar for the Chimera jailbreak on April 30,
2019. The -u
, -h
, and
-b
were added to uiopen by absidue on December 25,
2020. The -a
, and -p
flags
were added by absidue on August 12, 2021. The uiopen
url format was deprecated on August 19, 2021.
August 19, 2021 | uikittools |