config_sway/bin/sway_search

5 lines
158 B
Text
Raw Normal View History

2021-03-04 20:41:00 +01:00
#!/bin/bash
2021-07-27 19:45:29 +02:00
xdg-open "$(rg --no-messages --max-depth 4 --sortr modified --files $HOME | \
sort -h | wofi --dmenu --insensitive --prompt 'recent files')"