NAME
uiopen —
open an application or URL
SYNOPSIS
uiopen |
[-h] [-a
name] [-b
id] [-p
path] [-u
url] |
DESCRIPTION
uiopen will open a specified app or URL,
displaying it on SpringBoard.
OPTIONS
-a,--appname- Finds the app with name and opens it.
-b,--bundleidid- Opens the application with the specified bundle id.
-h,--help- Prints a help text
-p,--pathpath- Opens the application at the specified .app bundle.
-u,--urlurl- Opens the specified url in a browser for http or follows the url scheme.
EXAMPLES
To open github.com in the default browser
uiopen -u
https://github.comTo open the Settings app
uiopen -a SettingsTo open Sileo using it's path, /Applications/Sileo.app
uiopen -p
/Application/Sileo.appSEE ALSO
HISTORY
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.