3 lines
		
	
	
	
		
			133 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			133 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/bin/bash
 | |
| xdg-open "$(rg --no-messages --files $HOME -g '!{*.zip,*.rar,*.gz}' | \
 | |
|     wofi --dmenu --insensitive --prompt 'find')"
 |