Install fzf find . -type f | fzf --preview 'less {}' You can also do this with ripgrep rg --files -g '!*.spec*' -g '!*.scss' | rg modal