A regular expression tester for Mac base on regex101.com
Because my sever use for http://regex2.zjmainstay.cn is recycled, so this app is no longer run normally, thank you!
由于本人用于 http://regex2.zjmainstay.cn 的服务器已经被回收,因此本应用已不再正常服务,谢谢!
-
Install MacGap
$ sudo gem install macgap
-
Clone Project
$ git clone https://github.com/Zjmainstay/RegexTesterForMac.git
-
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/