From 9fae72050ca1f389853a15dc482a056f361f04a6 Mon Sep 17 00:00:00 2001 From: Canop Date: Sun, 4 Oct 2020 12:16:01 +0200 Subject: version 1.0.2 --- CHANGELOG.md | 6 ++++-- Cargo.lock | 2 +- Cargo.toml | 2 +- src/help/help_content.rs | 1 + 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ee9566..4cdf01d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ -### next version -* cr/ patterns search on file content with regular expressions + +### v1.0.2 - 2020-10-04 +* `cr/` patterns search on file content with regular expressions +* search modes and their prefixes listed in help ### v1.0.1 - 2020-09-30 diff --git a/Cargo.lock b/Cargo.lock index 0f92d0d..70846a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -115,7 +115,7 @@ dependencies = [ [[package]] name = "broot" -version = "1.0.2-dev" +version = "1.0.2" dependencies = [ "ansi_colours", "bet", diff --git a/Cargo.toml b/Cargo.toml index d4c66c9..15df576 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "broot" -version = "1.0.2-dev" +version = "1.0.2" authors = ["dystroy "] repository = "https://github.com/Canop/broot" documentation = "https://dystroy.org/broot" diff --git a/src/help/help_content.rs b/src/help/help_content.rs index a1fba9d..0127b55 100644 --- a/src/help/help_content.rs +++ b/src/help/help_content.rs @@ -21,6 +21,7 @@ Verbs, skin, and more, can be configured in **${config-path}**. ## Verbs To execute a verb, type a space or `:` then start of its name or shortcut. +This table is searchable. Hit a few letters to filter it. |:-:|:-:|:-:|:-: |**name**|**shortcut**|**key**|**description** |-:|:-:|:-:|:- -- cgit v1.2.3