From a8366eeceb84ba5e11a408529019c64e4c448661 Mon Sep 17 00:00:00 2001 From: ychclone <24619410+ychclone@users.noreply.github.com> Date: Fri, 16 Aug 2024 14:22:47 +0800 Subject: [PATCH] update readme --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a190d3..19654d2 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ ![Blink logo](https://raw.githubusercontent.com/ychclone/blink/master/Resources/Images/graphics3.png) # Blink code search -GUI of live indexed grep for source code. Fuzzy suggestion in autocomplete. -Files locator, search and replace. Switch different projects and start searching. +An indexed search tool for source code. Good for small to medium size code base. It supports fuzzy matching, auto complete, +and live grep for real time query. +Switch different projects and start searching. Drag and drop of filenames to your favourite editor. [![Build status](https://ci.appveyor.com/api/projects/status/afn8q3ai3e7wphrf?svg=true)](https://ci.appveyor.com/project/ychclone/blink) @@ -29,6 +30,10 @@ Source code is avaliable in * https://github.com/ychclone/blink # Change Log + +## version [1.9.3] + +- Support directory to exclude and file mask to exclude ## version [1.9.2]