You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jet is an intuitive and fast command-line tool for find & replace operations using regular expressions.
5
-
Jet allows you to replace all substrings matched by specified regular expressions in one or more files and directories.
6
-
It can process single files or entire directories specified as input.
4
+
Jet is an intuitive and fast command-line tool for find & replace operations using regular expressions.
5
+
Jet allows you to replace all substrings matched by specified regular expressions in one or more files and directories.
6
+
It can process single files or entire directories specified as input.
7
7
When given a directory, Jet recursively finds and replaces matches in all files and directory names.
8
8
9
9
## Installation
@@ -29,7 +29,7 @@ Alternatively you can clone this repo and use the provided install.sh script tha
29
29
```
30
30
31
31
## Usage
32
-
Jet allows you to replace all substrings matched by specified regular expressions in one or more files and directories.
32
+
Jet allows you to replace all substrings matched by specified regular expressions in one or more files and directories.
33
33
It supports both single files and entire directories specified as input.
34
34
35
35
If you provide Jet with a directory as input, it will recursively find and replace text in all files within the directory tree optionally replacing the file or directory names as well.
0 commit comments