MCPcopy Index your code
hub / github.com/Zjmainstay/RegexTesterForMac

github.com/Zjmainstay/RegexTesterForMac @v2.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v2.0 ↗ · + Follow
14 symbols 29 edges 4 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

RegexTesterForMac

A regular expression tester for Mac base on regex101.com

Screenshot

RegexTesterForMac

Download

Regex101.zip

Build

  1. Install MacGap

$ sudo gem install macgap 2. Clone Project

$ git clone https://github.com/Zjmainstay/RegexTesterForMac.git 2. Build application:

```
$ cd RegexTesterForMac
$ sh ./install.sh
```

The build script generates an application, available inside the build folder.

Base on

https://www.regex101.com

Idea from

This app came from the idea of aurbano/regex101-osx. But it could not use when I download from aurbano/regex101-osx, so I create this repository for a new one.

Perhaps Error && Solution

#1
ERROR:  Could not find a valid gem 'macgap' (>= 0), here is why:
          Unable to download data from https://rubygems.org/ - Errno::EPIPE: Broken pipe - 
        SSL_connect (https://rubygems.org/latest_specs.4.8.gz)

Solution:
gem source -r https://rubygems.org/
gem source -a http://rubygems.org/

#2
##国内解决regex101.com无法访问问题
1. Windows在C:\Windows\System32\drivers\etc\hosts 或 Mac在/etc/hosts添加:
182.92.77.3 ajax.googleapis.com
2. 访问 https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js ,如果需要证书授权,就确认授权
3. 访问 https://regex101.com

Core symbols most depended-on inside this repo

o
called by 4
app/pcreWorker.js
n
called by 2
app/javascriptWorker.js
a
called by 2
app/pcrelib.js
r
called by 2
app/golangWorker.js
i
called by 2
app/golangWorker.js
n
called by 2
app/pcreWorker.js
t
called by 1
app/javascriptWorker.js
t
called by 1
app/golangWorker.js

Shape

Function 14

Languages

TypeScript100%

Modules by API surface

app/pcreWorker.js6 symbols
app/golangWorker.js5 symbols
app/javascriptWorker.js2 symbols
app/pcrelib.js1 symbols

For agents

$ claude mcp add RegexTesterForMac \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page