Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6f67bf6

Browse files
committedNov 13, 2022
Add FILES and SEE ALSO sections [ci skip]
1 parent 5549547 commit 6f67bf6

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed
 

‎man/launch.1.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,21 @@ If the application cannot be found, cannot be launched, or exits with a return c
3434
The following environment variables get set on the child process:
3535

3636
**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.
3838

3939
**arguments**
40-
: passed through to the launched application
40+
: Arguments passed through to the launched application.
4141

4242
# ENVIRONMENT
4343
**LAUNCHED_EXECUTABLE**
44-
: The executable being executed, e.g., /System/Filer.app/Filer
44+
: The executable being executed, e.g., "/System/Filer.app/Filer".
4545

4646
**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.
4852

4953
# EXAMPLES
5054
**launch FeatherPad**
@@ -68,12 +72,14 @@ The following environment variables get set on the child process:
6872
**launch /usr/local/bin/featherpad**
6973
: Launches an application from the path of an executable given as the first argument.
7074

71-
# AUTHORS
72-
Written by Simon Peter for helloSystem.
75+
# SEE ALSO
76+
open(1)
7377

7478
# BUGS
7579
Submit bug reports online at: <https://github.com/helloSystem/launch/issues>
7680

7781
# SEE ALSO
7882
Full documentation and sources at: <https://github.com/helloSystem/launch>
7983

84+
# AUTHORS
85+
Written by Simon Peter for helloSystem.

0 commit comments

Comments
 (0)
Please sign in to comment.