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

https://github.com/sheepla/searchcode-cli

🔍 A command line client for searchcode.com to find source code on multiple services
https://github.com/sheepla/searchcode-cli

Last synced: 8 months ago
JSON representation

🔍 A command line client for searchcode.com to find source code on multiple services

Awesome Lists containing this project

README

          

# 🔍 searchcode-cli

A command line client for searchcode.com to find source code on multiple services

## About

This tool is a command line client for searchcode.com, a service that allows you to search source code from multiple services at once.
For more information about the API, see: [https://searchcode.com/api/](https://searchcode.com/api/).



![ScreenShot](https://private-user-images.githubusercontent.com/62412884/408856198-583f03a7-54dd-4e08-93ea-6a42ae0ea7e6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg0OTg3OTUsIm5iZiI6MTczODQ5ODQ5NSwicGF0aCI6Ii82MjQxMjg4NC80MDg4NTYxOTgtNTgzZjAzYTctNTRkZC00ZTA4LTkzZWEtNmE0MmFlMGVhN2U2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjAyVDEyMTQ1NVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWY4ZjlhMDY5MTJkNjI4Mzk0MzQyYzM0MzZhMjZmZjg1NWM5ZjYzZmVlNDliNDBhMWNiNGViZDZmNjczNDY4ODMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.JBmix9NbbGPDlJU3Sua_nNO1V64TqueL5mXkFBJM5a0)

## Usage

```
$ searchcode-cli --help

Usage: searchcode-cli [OPTIONS]

Arguments:

Options:
-l, --language-code
-p, --page
-m, --max-pages
--min-lines
--max-lines
--provider-code
-h, --help Print help
```

## Installation

```sh
git clone https://github.com/sheepla/searchcode-cli.git
cd searchcode-cli
cargo install --path=.
```

## License

MIT