close
The Wayback Machine - https://web.archive.org/web/20200913032034/https://github.com/nelsonken/g-ss
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
g
 
 
ss
 
 

README.md

在指定目录下的所有文件内容中迭代查找和替换指定字符串


Usage

cmd: g 查找


  • usage: g $searchStr $path [--exclude-dir= --exclude=]

  • demo: 搜索 'abc' in current dir

g 'abc' ./

cmd: ss 替换


  • usage: ss $searchStr $replaceStr $path

  • demo: 替换 'abc' 为 'cba' in current dir

ss 'abc' 'cba' ./

About

在指定目录下的所有文件内容中迭代查找和替换指定字符串

Topics

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.