Skip to content

Commit

Permalink
Adds rgai alias
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Oct 20, 2024
1 parent 44561d7 commit 3f4e141
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .aliasesrc
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ alias rg_9S="rg -o '\S+\s+\S+\s+\S+\s+\S+\s+\S+\s+\S+\s+\S+\s+\S+\s+\S+'"
alias rg_9w="rg -o '(\w{3,20})\W(\w{3,20})\W(\w{3,20})\W(\w{3,20})\W(\w{3,20})\W(\w{3,20})\W(\w{3,20})\W(\w{3,20})\W(\w{3,20})'"
alias rg_ww="tee >(rg_2w) >(rg_3w) >(rg_4w) >(rg_5w) >(rg_6w) >(rg_7w) >(rg_8w) >(rg_9w) >/dev/null"

### Ripgrep All
alias rgai="rga -I"

### Sed

alias conv_rm_xml_tags="sed -e 's/<[^>]*>//g'"
Expand Down

0 comments on commit 3f4e141

Please sign in to comment.