read multiline URLs and URLs without 'http://' from mutt
This commit is contained in:
		
							parent
							
								
									a36768bfa1
								
							
						
					
					
						commit
						f7c138b8cb
					
				
							
								
								
									
										2
									
								
								config.h
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								config.h
									
									
									
									
									
								
							| @ -206,7 +206,7 @@ MouseKey mkeys[] = { | |||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
| static char *openurlcmd[] = { "/bin/sh", "-c", | static char *openurlcmd[] = { "/bin/sh", "-c", | ||||||
|     "grep -aEo '(http|https)://[a-zA-Z0-9./?=_-]*'  | uniq | dmenu -l 10 | xargs -r xdg-open", |     "sed 's/.*│//g' | tr -d '\n' | grep -aEo '((http|https)://|www\\.)[a-zA-Z0-9./?=_-]*' | uniq | sed 's/^www./http:\\/\\/www\\./g' | dmenu -l 10 | xargs -r xdg-open", | ||||||
|     "externalpipe", NULL }; |     "externalpipe", NULL }; | ||||||
| 
 | 
 | ||||||
| static Shortcut shortcuts[] = { | static Shortcut shortcuts[] = { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 otlin100
						otlin100