瀏覽代碼

Help: Directly launch an app from its help page

Through links in the help page, the user can directly launch the app
whose help page is currently viewed. The idea for this feature came up
in the discussion of #11557
(https://github.com/SerenityOS/serenity/pull/11557#issuecomment-1004830728
). The intention is that the user can simply open the app they are
currently trying to understand, and play around with it, learn by doing,
or follow along with any guide that may be present in the help page. It
feels very great :^)
kleines Filmröllchen 3 年之前
父節點
當前提交
becf74097e

+ 2 - 0
Base/usr/share/man/man1/FontEditor.md

@@ -2,6 +2,8 @@
 
 
 FontEditor - Serenity font editor
 FontEditor - Serenity font editor
 
 
+[Open](file:///bin/FontEditor)
+
 ## Synopsis
 ## Synopsis
 
 
 ```**sh
 ```**sh

+ 2 - 0
Base/usr/share/man/man1/ImageViewer.md

@@ -2,6 +2,8 @@
 
 
 Image Viewer - SerenityOS image viewer
 Image Viewer - SerenityOS image viewer
 
 
+[Open](file:///bin/ImageViewer)
+
 ## Synopsis
 ## Synopsis
 
 
 ```**sh
 ```**sh

+ 2 - 0
Base/usr/share/man/man1/Inspector.md

@@ -2,6 +2,8 @@
 
 
 Inspector - Serenity process inspector
 Inspector - Serenity process inspector
 
 
+[Open](file:///bin/Inspector)
+
 ## Synopsis
 ## Synopsis
 
 
 ```**sh
 ```**sh

+ 2 - 0
Base/usr/share/man/man1/Mail.md

@@ -2,6 +2,8 @@
 
 
 Mail - Serenity e-mail client
 Mail - Serenity e-mail client
 
 
+[Open](file:///bin/Mail)
+
 ## Synopsis
 ## Synopsis
 
 
 ```**sh
 ```**sh

+ 2 - 0
Base/usr/share/man/man1/Playground.md

@@ -2,6 +2,8 @@
 
 
 Playground - GUI Markup Language (GML) editor
 Playground - GUI Markup Language (GML) editor
 
 
+[Open](file:///bin/Playground)
+
 ## Synopsis
 ## Synopsis
 
 
 ```**sh
 ```**sh

+ 2 - 0
Base/usr/share/man/man1/Profiler.md

@@ -2,6 +2,8 @@
 
 
 Profiler - Serenity process profiler
 Profiler - Serenity process profiler
 
 
+[Open](file:///bin/Profiler)
+
 ## Synopsis
 ## Synopsis
 
 
 ```**sh
 ```**sh

+ 2 - 0
Base/usr/share/man/man1/Terminal.md

@@ -2,6 +2,8 @@
 
 
 Terminal - Serenity terminal emulator
 Terminal - Serenity terminal emulator
 
 
+[Open](file:///bin/Terminal)
+
 ## Synopsis
 ## Synopsis
 
 
 ```**sh
 ```**sh

+ 2 - 0
Base/usr/share/man/man1/TextEditor.md

@@ -2,6 +2,8 @@
 
 
 TextEditor - SerenityOS text editor
 TextEditor - SerenityOS text editor
 
 
+[Open](file:///bin/TextEditor)
+
 ## Synopsis
 ## Synopsis
 
 
 ```**sh
 ```**sh