Skip to content
This repository has been archived by the owner on Aug 11, 2019. It is now read-only.
/ ripsr Public archive

Search and replace command line utility based on ripgrep

Notifications You must be signed in to change notification settings

seesleestak/ripsr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ripsr

npm version

A search and replace command line utility based on ripgrep.

Installation

npm install ripsr -g

Dependencies

Usage

Upon entering the rsr command you will be prompted for a search term and a replace term. Add the --verbose flag to view file paths that matched the search query.

Alternatively, you can give rsr command the search and replace arguments as strings. For example:

rsr 'SearchTerm' 'ReplaceTerm'

With this usage, there will be no confirmation prompts and the search and replace will be executed immediately.

About

Search and replace command line utility based on ripgrep

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published