Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

aurbano/regex101-osx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regex101 packaged as an offline Mac OSX application

Regex101

The app is basically the offline version of Regex101, packaged with MacGap after adding some changes to it.

Build

  1. Install MacGap

    $ gem install macgap

  2. Build application:

    $ macgap build app --name Regex101 --output build

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

Roadmap

Possible features to work on:

  • Growl notifications (for timeouts for example)
  • Update notifications (add a json file with the version and compare with the one on Github)
  • Application icon
  • Native top bar (NSToolbar) with the links in the we header.
  • Any ideas?

Original work by @firasdib, packaged as an application by @aurbano App released under the MIT License

Analytics