Ripgrep

Version: 15.1.0 darwin linux windows

Installation Instructions

Linux

Download Ripgrep
{
  "url": "{{ .SVar `.tool.ripgrep.download.url` }}",
  "destination_folder": "{{ .PDownloads }}",
  "output_filename": "{{ .SVar `.tool.ripgrep.download.filename` }}",
  "overwrite": false
}
Extract Ripgrep Release
{
  "destination": "{{ .PTools }}/ripgrep/{{ .SVar `.tool.ripgrep.download.version` }}",
  "max_file_size": 0,
  "skip_symlinks": false,
  "preserve_permissions": true,
  "remove_existing": true,
  "source": "{{ .PDownloads }}/{{ .SVar `.tool.ripgrep.download.filename` }}"
}
Move files up one level to simplify directory structure
{
  "source": "{{ .PTools }}/ripgrep/{{ .SVar `.tool.ripgrep.download.version` }}/ripgrep-15.1.0-x86_64-unknown-linux-gnu",
  "destination": "{{ .PTools }}/ripgrep/{{ .SVar `.tool.ripgrep.download.version` }}",
  "overwrite_duplicates": false
}

MacOS

Download Ripgrep
{
  "url": "{{ .SVar `.tool.ripgrep.download.url` }}",
  "destination_folder": "{{ .PDownloads }}",
  "output_filename": "{{ .SVar `.tool.ripgrep.download.filename` }}",
  "overwrite": false
}
Extract Ripgrep Release
{
  "destination": "{{ .PTools }}/ripgrep/{{ .SVar `.tool.ripgrep.download.version` }}",
  "max_file_size": 0,
  "skip_symlinks": false,
  "preserve_permissions": true,
  "remove_existing": true,
  "source": "{{ .PDownloads }}/{{ .SVar `.tool.ripgrep.download.filename` }}"
}
Move files up one level to simplify directory structure
{
  "source": "{{ .PTools }}/ripgrep/{{ .SVar `.tool.ripgrep.download.version` }}/ripgrep-15.1.0-x86_64-apple-darwin",
  "destination": "{{ .PTools }}/ripgrep/{{ .SVar `.tool.ripgrep.download.version` }}",
  "overwrite_duplicates": false
}

Binaries