config_sway/bin/sway_search
Konstantin Koslowski a55965ddcd sway: minor updates
2023-12-19 09:25:35 +01:00

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')"