filesearch 156 B

1234
  1. #!/bin/sh
  2. # A fuzzy file-finder and opener based on dmenu
  3. # Requires: dmenu, exo-open
  4. cat ~/.dmenufm_cache | dmenu -i -l 10 -p "Find Files" | xargs xdg-open