Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zbo14/giturls

A command-line tool that searches GitHub for URLs
https://github.com/zbo14/giturls

browser-automation bug-bounty cli puppeteer recon web-scraping

Last synced: about 2 months ago
JSON representation

A command-line tool that searches GitHub for URLs

Awesome Lists containing this project

README

        

# giturls

A command-line tool that searches GitHub for URLs

## Install

`$ npm i @zbo14/giturls`

## Usage

```
Usage: giturls [options]

Options:
-V, --version output the version number
-c, --cookie cookie for your GitHub account
-q, --quiet don't show banner and info
-w, --window open the browser window
-h, --help display help for command
```

**Note:** `giturls` might output the same URL multiple times.

To process unique URLs, you can pipe `giturls` to `sort`:

`$ giturls -c | sort -u > unique-urls.txt`