Skip to content

Releases: ms-jpq/sad

CI - 0.4.0 | 2020-05-26 08:52

26 May 08:52
5f4f63f
Compare
Choose a tag to compare

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

24 May 22:50
Compare
Choose a tag to compare

added exit code 130.

130 is user cancel

Improved fzf performance

24 May 21:53
Compare
Choose a tag to compare

Trick fzf into thinking sad is bash, avoid a bunch of shellescaping.

pre-release

24 May 04:09
Compare
Choose a tag to compare
pre-release Pre-release
Pre-release

added FZF support!

OMG

test release, gonna dog food a bit.

You can type less now

15 May 23:17
Compare
Choose a tag to compare

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

10 May 03:12
Compare
Choose a tag to compare

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

10 May 01:31
Compare
Choose a tag to compare
0.1.5

increment version #

Added description for each flag and option

09 May 20:39
Compare
Choose a tag to compare
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

09 May 18:12
Compare
Choose a tag to compare

forgot to add in the --input flag although i had it in the README

0.1.1 - Fix broken pipe error

09 May 07:28
Compare
Choose a tag to compare
Pre-release

fixed minor bug