4 lines
		
	
	
	
		
			172 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			172 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| xdg-open "$(rg --no-messages --max-depth 4 --sortr modified --files $HOME $HOME/Cloud/* | \
 | |
|     sort -h | wofi --dmenu --insensitive --prompt 'recent files')"
 | 
