A regular expression tester for Mac base on regex101.com

$ 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.
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.
#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
$ claude mcp add RegexTesterForMac \
-- python -m otcore.mcp_server <graph>