mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 17:52:45 +00:00 
			
		
		
		
	 a5b9fb28c2
			
		
	
	
		a5b9fb28c2
		
	
	
	
	
		
			
			Most man pages don't have these, so removing them where they do exist makes things more consistent.
		
			
				
	
	
		
			23 lines
		
	
	
	
		
			514 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			514 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Name
 | |
| 
 | |
| shot
 | |
| 
 | |
| ## Synopsis
 | |
| 
 | |
| ```sh
 | |
| $ shot [--clipboard] [--delay seconds] [--screen index] [--region] [--edit] [output]
 | |
| ```
 | |
| 
 | |
| ## Options
 | |
| 
 | |
| * `-c`, `--clipboard`: Output to clipboard
 | |
| * `-d seconds`, `--delay seconds`: Seconds to wait before taking a screenshot
 | |
| * `-s index`, `--screen index`: The index of the screen (default: -1 for all screens)
 | |
| * `-r`, `--region`: Select a region to capture
 | |
| * `-e`, `--edit`: Open in PixelPaint
 | |
| 
 | |
| ## Arguments
 | |
| 
 | |
| * `output`: Output filename
 | |
| 
 | |
| <!-- Auto-generated through ArgsParser -->
 |