mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 21:42:43 +00:00 
			
		
		
		
	 52e9f25403
			
		
	
	
		52e9f25403
		
	
	
	
	
		
			
			I used "git grep -FIn http://" to find all occurrences, and looked at each one. If an occurrence was really just a link, and if a https version exists, and if our Browser can access it at least as well as the http version, then I changed the occurrence to https. I'm happy to report that I didn't run into a single site where Browser can't deal with the https version.
		
			
				
	
	
	
	
		
			344 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			344 B
		
	
	
	
	
	
	
	
Name
open - open file or URL
Synopsis
$ open <file-or-url...>
Description
Open the given file(s), or the given URL(s), in the standard viewer for that kind of file. For non-file URLs, open the URL in the Browser.
Examples
$ open https://serenityos.org https://example.org
$ open /proc
$ open /etc/fstab