Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/forhappy/RegexKit
RegexKit: A Regular Expression Toolbox Based On NW.js(Node-Webkit) And Other Greate Open Source Projects.
https://github.com/forhappy/RegexKit
Last synced: 3 months ago
JSON representation
RegexKit: A Regular Expression Toolbox Based On NW.js(Node-Webkit) And Other Greate Open Source Projects.
- Host: GitHub
- URL: https://github.com/forhappy/RegexKit
- Owner: forhappy
- License: other
- Created: 2015-10-11T03:10:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-12T10:38:12.000Z (about 9 years ago)
- Last Synced: 2024-07-16T14:06:30.256Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.04 MB
- Stars: 36
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RegexKit
RegexKit: A Regular Expression Toolbox Based On NW.js(Node-Webkit) And Other Greate Open Source Projects.# Dependence
RegexKit is based on a series of greate open source projects.- NW.js: [NW.js](http://nwjs.io/)
- Express.js: [express.js](http://expressjs.com/)
- Regex101: [regex101.com](https://regex101.com/)
- Regulex: [regulex](https://github.com/JexCheng/regulex)# Download
As for v0.1.1,only package on Mac OS X, Linux(x64), Windows(x64) are provided.(Windows(x32) and Linux(x32) version are under packaging)
- Max OS X: [RegexKit.app](https://github.com/forhappy/RegexKit/releases/download/v0.1.1/RegexKit.app.zip)
- Linux: [X64](https://github.com/forhappy/RegexKit/releases/download/v0.1.1/RegexKit-v0.1.1-linux-x64.tar.gz)
- Windows: [X64](https://github.com/forhappy/RegexKit/releases/download/v0.1.1/RegexKit.zip)# Screenshots
Here are some RegexKit screenshots:- Overview:
![overview](https://raw.githubusercontent.com/forhappy/RegexKit/master/screenshots/overview.png)
- Visualization Demo 1:
![visualization-1](https://raw.githubusercontent.com/forhappy/RegexKit/master/screenshots/visualization-1.png)
- Visualization Demo 2:
![visualization-1](https://raw.githubusercontent.com/forhappy/RegexKit/master/screenshots/visualization-2.png)
- Visualization Demo 3:
![visualization-1](https://raw.githubusercontent.com/forhappy/RegexKit/master/screenshots/visualization-3.png)
- Unittest 1:
![visualization-1](https://raw.githubusercontent.com/forhappy/RegexKit/master/screenshots/regex-unittest-1.png)
## License
RegexKit uses the MIT license, see our `LICENSE` file.