regex101-osx
regex101-osx copied to clipboard
Regex101 packaged as an offline Mac OSX application
trafficstars
Regex101 OSX
Regex101 packaged as an offline Mac OSX application

→ Download
The app is basically the offline version of Regex101, packaged with MacGap after adding some changes to it.
Build
-
Install MacGap
$ gem install macgap -
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