diff --git a/zsh/ripgrep.zsh b/zsh/ripgrep.zsh index 1c23a3e..94e8e23 100644 --- a/zsh/ripgrep.zsh +++ b/zsh/ripgrep.zsh @@ -17,3 +17,6 @@ alias ripgrep_aws_keys="$RG $RIPGREP_ARGS '([^A-Z0-9]|^)(AKIA|A3T|AGPA|AIDA|AROA alias ripgrep_s3_buckets="$RG $RIPGREP_ARGS '[a-z0-9.-]+\.s3\.amazonaws\.com|[a-z0-9.-]+\.s3-[a-z0-9-]\.amazonaws\.com|[a-z0-9.-]+\.s3-website[.-](eu|ap|us|ca|sa|cn)|//s3\.amazonaws\.com/[a-z0-9._-]+|//s3-[a-z0-9-]+\.amazonaws\.com/[a-z0-9._-]+'" alias ripgrep_sec="$RG $RIPGREP_ARGS '(aws_access|aws_secret|api[_-]?key|ListBucketResult|S3_ACCESS_KEY|Authorization:|RSA PRIVATE|Index of|aws_|secret|ssh-rsa AA)'" alias ripgrep_copyright="$RG $RIPGREP_ARGS '(copyright|\u0026copy;|\\(c\\)|©) *[12][0-9]{3}'" + +# Development +alias ripgrep_todo="$RG $RIPGREP_ARGS 'todo|fixme|unimplemented|refactor|hack|note|optimize|bug|improve|verify|remove|deprecated|wip|review'" \ No newline at end of file