diff options
author | kleines Filmröllchen <malu.bertsch@gmail.com> | 2022-01-10 23:00:53 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-01-11 00:24:57 +0100 |
commit | becf74097e853d9ad501628f9d6f8b70cdaa8d6e (patch) | |
tree | 699a4e3f4fa46adb5310ce5dff712d39a395ab62 /Base/usr/share/man/man1/ImageViewer.md | |
parent | 984bae9038da9a1b20b185260553db762f6ec035 (diff) | |
download | serenity-becf74097e853d9ad501628f9d6f8b70cdaa8d6e.zip |
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 :^)
Diffstat (limited to 'Base/usr/share/man/man1/ImageViewer.md')
-rw-r--r-- | Base/usr/share/man/man1/ImageViewer.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Base/usr/share/man/man1/ImageViewer.md b/Base/usr/share/man/man1/ImageViewer.md index 697de348f7..3550e79c5b 100644 --- a/Base/usr/share/man/man1/ImageViewer.md +++ b/Base/usr/share/man/man1/ImageViewer.md @@ -2,6 +2,8 @@ Image Viewer - SerenityOS image viewer +[Open](file:///bin/ImageViewer) + ## Synopsis ```**sh |