Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsingh93/regex-search
A Chrome extension that allows you to search the page using regex
https://github.com/gsingh93/regex-search
Last synced: 3 months ago
JSON representation
A Chrome extension that allows you to search the page using regex
- Host: GitHub
- URL: https://github.com/gsingh93/regex-search
- Owner: gsingh93
- License: mit
- Created: 2013-07-07T18:16:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-10-15T22:07:18.000Z (over 7 years ago)
- Last Synced: 2024-08-03T01:39:39.271Z (6 months ago)
- Language: TypeScript
- Size: 142 KB
- Stars: 127
- Watchers: 14
- Forks: 34
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Regex Search
===============This is a chrome extension written in [TypeScript](http://www.typescriptlang.org/) that allows you to search the text of any page using regular expressions.
You can download the extension here: https://chrome.google.com/webstore/detail/bcdabfmndggphffkchfdcekcokmbnkjl
Pull requests are welcome, just base your changes on the dev branch instead of master, as master is only updated on every release and is often behind the dev branch.
Necessary build tools
======================
- NodeJS: [http://nodejs.org/](http://nodejs.org/)
- Grunt:
```npm install -g grunt-cli```Optional build tools
======================
- [tsd](https://npmjs.org/package/tsd) (package manager for TypeScript definition files): ```npm install tsd -g```Build guide
============
1. Clone this repo and execute ```npm install``` inside the created directory,
2. Run ```grunt``` in order to build the extension (```build/``` is the output directory).Contributers
============Thanks to [ComFreek](https://github.com/ComFreek) for converting a large portion of the code base to TypeScript.
License
=======[MIT](https://github.com/gsingh93/regex-search/blob/master/LICENSE.txt)