Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefankueng/grepWin
A powerful and fast search tool using regular expressions
https://github.com/stefankueng/grepWin
Last synced: about 2 months ago
JSON representation
A powerful and fast search tool using regular expressions
- Host: GitHub
- URL: https://github.com/stefankueng/grepWin
- Owner: stefankueng
- License: gpl-3.0
- Created: 2018-03-29T12:28:56.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T09:04:47.000Z (7 months ago)
- Last Synced: 2024-05-13T10:28:29.247Z (7 months ago)
- Language: C++
- Homepage: https://tools.stefankueng.com/grepWin.html
- Size: 4.8 MB
- Stars: 1,642
- Watchers: 60
- Forks: 175
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-starz - stefankueng/grepWin - A powerful and fast search tool using regular expressions (C++)
- awesome-datahoarding - grepWin
- awesome-datahoarder - grepWin
README
# grepWin
Regular expression search and replace for Windows[![Build](https://github.com/stefankueng/grepWin/actions/workflows/msbuild.yml/badge.svg)](https://github.com/stefankueng/grepWin/actions/workflows/msbuild.yml)
grepWin is a simple search and replace tool which can use [regular expressions](https://en.wikipedia.org/wiki/Regular_expression) to do its job. This allows to do much more powerful searches and replaces.
In case you're not familiar with regular expressions, we have a very short [regular expression tutorial](https://tools.stefankueng.com/regexhelp.html) for you.
[![grepWin](https://github.com/stefankueng/grepWin/raw/main/src/Resources/grepWin_search-small.png)](https://github.com/stefankueng/grepWin/raw/main/src/Resources/grepWin_search.png)
# Command line parameters
The command line parameters are listed on a [separate page](https://tools.stefankueng.com/grepWin_cmd.html).Please visit the [homepage](https://tools.stefankueng.com/grepWin.html) of grepWin for more information.