Skip to content

Instantly share code, notes, and snippets.

@tilltnet
Created July 11, 2022 22:36
Show Gist options
  • Save tilltnet/eb45a743fe8adfffafff0205ad279c98 to your computer and use it in GitHub Desktop.
Save tilltnet/eb45a743fe8adfffafff0205ad279c98 to your computer and use it in GitHub Desktop.
bash find *.RProj as clickable list
alias frp="find ~/Dropbox/ ~/ -type f -path '*/.*' -prune -o -not -name '.*' -type f -iname '*\.rproj' -print | sed -e 's/^/file:\/\//' | sed -e 's/ /%20/g'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment