Releases: ms-jpq/sad
Releases · ms-jpq/sad
CI - 0.4.0 | 2020-05-26 08:52
Good news
-
version 0.4
-
uses multiline regex by default
-
ci builds should be stable now
-
please ignore the old CI builds, they were tests
Released by CI
Improve exit code
added exit code 130
.
130
is user cancel
Improved fzf performance
Trick fzf
into thinking sad
is bash
, avoid a bunch of shellescaping.
pre-release
added FZF support!
OMG
test release, gonna dog food a bit.
You can type less now
Functionality:
Added integration with standard GIT_PAGER
environmental variable. Works as you would expect.
Code:
Switched to Tokio executor from async-std.
Minor refactoring
Added windows + Alpine builds
we now support
-
x86_64-unknown-linux-gnu
-
x86_64-unknown-linux-musl
-
x86_64-pc-windows-gnu
-
x86_64-apple-darwin
forgot to set permission
0.1.5 increment version #
Added description for each flag and option
ARGS:
<pattern> Search pattern
<replace> Replacement pattern
FLAGS:
-k, --commit No preview, write changes to file
-e, --exact String literal mode
-h, --help Prints help information
-0 Use \0 as stdin delimiter
-V, --version Prints version information
OPTIONS:
-f, --flags <flags> Standard regex flags: ie. -f imx
-i, --input <input>... Skip stdin, supply files to edit
skipped 0.1.3 because 13 is unlucky
okay for real
forgot to add in the --input
flag although i had it in the README
0.1.1 - Fix broken pipe error
fixed minor bug