Skip to content

Instantly share code, notes, and snippets.

@en30
Created March 6, 2017 04:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save en30/71083b10321316f6bef96fbaf3cf89ce to your computer and use it in GitHub Desktop.
Save en30/71083b10321316f6bef96fbaf3cf89ce to your computer and use it in GitHub Desktop.
function peco-agsed() {
ag $1 | sed "s/$1/$1 => $2/g" | peco | awk -F: '{print $2; print $1}' | parallel -N 2 sed -i "''" '"'{1} s/$1/$2/g'"' {2}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment