You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: man/launch.1.md
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -34,17 +34,21 @@ If the application cannot be found, cannot be launched, or exits with a return c
34
34
The following environment variables get set on the child process:
35
35
36
36
**application**
37
-
: the path of an executable, the filename of an executable on the $PATH, the path of an application bundle (.app, .AppDir, .AppImage), or the name of an application bundle
37
+
: the path of an executable, the filename of an executable on the $PATH, the path of an application bundle (.app, .AppDir, .AppImage), or the name of an application bundle.
38
38
39
39
**arguments**
40
-
: passed through to the launched application
40
+
: Arguments passed through to the launched application.
41
41
42
42
# ENVIRONMENT
43
43
**LAUNCHED_EXECUTABLE**
44
-
: The executable being executed, e.g., /System/Filer.app/Filer
44
+
: The executable being executed, e.g., "/System/Filer.app/Filer".
45
45
46
46
**LAUNCHED_BUNDLE**
47
-
: The executable being executed, e.g., /System/Filer.app
47
+
: The executable being executed, e.g., "/System/Filer.app".
48
+
49
+
# FILES
50
+
**~/.local/share/launch/launch.db**
51
+
: The launch database that holds information about the applications known to the system.
48
52
49
53
# EXAMPLES
50
54
**launch FeatherPad**
@@ -68,12 +72,14 @@ The following environment variables get set on the child process:
68
72
**launch /usr/local/bin/featherpad**
69
73
: Launches an application from the path of an executable given as the first argument.
0 commit comments