summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-04-02 00:52:54 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-04-02 00:53:16 (GMT)
commite3415df9ac830f9fabcb6c7bb1ea7b781bdf8be9 (patch)
tree854144c0c7fd6fe5d68c09dc212bdae0b73061c6
parentff795e52a1769cb48745257edc4dc6758578ba15 (diff)
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..a343bfb
--- /dev/null
+++ b/README
@@ -0,0 +1,14 @@
+Usage: git-sed OPTIONS* -- SEDEXPR FILES*
+
+Options:
+ --greprx REGEXP - Select only files matching REGEXP
+ --sedopts ARGS - Pass ARGS to sed
+ --test - When combined with sed 'p' modifer, print lines that would change, without applying any actual change.
+ --backupext EXT - Backup files before changing them to fileEXT
+ --usage - Print help
+ --content - Apply sed expression to content.
+ --filenames - Apply sed expression to filenames.
+ --both - Apply sed expression to both content and filenames
+ --force - Continue even in the presence of unstable changes
+ --help
+ --debug