From 381d6a28442c4a889b7fc310c9b4790cb259fd9a Mon Sep 17 00:00:00 2001 From: Konrad Szymoniak Date: Sat, 19 Feb 2022 20:51:51 +0100 Subject: [PATCH] v0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a7c761..c1c8461 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -337,7 +337,7 @@ dependencies = [ [[package]] name = "igrep" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index ba252ec..1d7bd50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "igrep" -version = "0.1.1" +version = "0.1.2" authors = ["Konrad Szymoniak "] license = "MIT" description = "Interactive Grep" diff --git a/README.md b/README.md index 67f87ad..e55e106 100644 --- a/README.md +++ b/README.md @@ -45,3 +45,6 @@ Runs [grep](https://crates.io/crates/grep) ([ripgrep's](https://github.com/Burnt | `dd`, `Delete` | Filter out selected match | | `dw` | Filter out all matches in current file | | `F5` | Re-run search | + +### Installation +igrep binaries can be download from [GitHub](https://github.com/konradsz/igrep/releases) (for Linux and MacOS). One can also build and install it from source using Rust toolchain by running: `cargo install igrep`. \ No newline at end of file