mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 17:42:43 +00:00 
			
		
		
		
	 becf74097e
			
		
	
	
		becf74097e
		
	
	
	
	
		
			
			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 :^)
		
			
				
	
	
		
			25 lines
		
	
	
	
		
			325 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
	
		
			325 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Name
 | |
| 
 | |
| Image Viewer - SerenityOS image viewer
 | |
| 
 | |
| [Open](file:///bin/ImageViewer)
 | |
| 
 | |
| ## Synopsis
 | |
| 
 | |
| ```**sh
 | |
| $ ImageViewer [file]
 | |
| ```
 | |
| 
 | |
| ## Description
 | |
| 
 | |
| ImageViewer is an image viewing application for SerenityOS.
 | |
| 
 | |
| ## Arguments
 | |
| 
 | |
| * `file`: The image file to be displayed.
 | |
| 
 | |
| ## Examples
 | |
| 
 | |
| ```sh
 | |
| $ ImageViewer /res/graphics/buggie.png
 | |
| ```
 |