File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ # RegexFileSearcher
2
+ Cross-platform regex file searching tool in .NET Core
3
+ ![ ] ( https://github.com/CommonLoon102/RegexFileSearcher/blob/master/image/screenshot.png?raw=true )
4
+ # Running
5
+ ## Windows
6
+ - Start the app with ` RegexFileSearcher.Wpf.exe `
7
+ ## Linux
8
+ - Install the .NET Core Runtime
9
+ - Start the app from the terminal with ` dotnet RegexFileSearcher.Gtk.dll `
10
+ # Compiling
11
+ ## Windows
12
+ - Download and open the repo in Visual Studio 2019
13
+ - Publish ` RegexFileSearcher.Wpf `
14
+ ## Linux
15
+ - Install the .NET Core SDK
16
+ - You need to have GTK3 installed too
17
+ - Git clone
18
+ - Publish with ` dotnet publish RegexFileSearcher/RegexFileSearcher.Gtk/RegexFileSearcher.Gtk.csproj --configuration Release --output publish --self-contained false --runtime linux-x64 --framework netcoreapp3.1 `
You can’t perform that action at this time.
0 commit comments