Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 559 Bytes

README.rst

File metadata and controls

36 lines (19 loc) · 559 Bytes

IdeoneCodeLookup

Overview

A script, that let you find the code on Ideone substring of which matches some RegExp

Installation

For Debian based systems:

./install.sh

Usage

ideoneSearcher -r REGEXP -c AMOUNT OF RECENT PAGES TO WANT TO LOOK THROUGH**

Examples

ideoneSearcher -r bits -c 2

Finds links for all codes that have bits substring in them, from first 2 pages.