Skip to content

Zjmainstay/RegexTesterForMac

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 

RegexTesterForMac

A regular expression tester for Mac base on regex101.com

Notice!!!

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 的服务器已经被回收,因此本应用已不再正常服务,谢谢!

Download App directly

Regex101.zip

Online

http://regex.zjmainstay.cn

Screenshot

RegexTesterForMac


How to build a Mac App by yourself?

  1. Install MacGap

    $ sudo gem install macgap

  2. Clone Project

    $ git clone https://github.com/Zjmainstay/RegexTesterForMac.git

  3. 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/

About

A regular expression tester for Mac base on regex101.com

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages