config_sway/bin/sway_search

5 lines
172 B
Text
Raw Normal View History

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