From e3415df9ac830f9fabcb6c7bb1ea7b781bdf8be9 Mon Sep 17 00:00:00 2001 From: Michele Bini Date: Sat, 2 Apr 2022 02:52:54 +0200 Subject: README 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 -- cgit v0.10.2