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
- Host: GitHub
- URL: https://github.com/sheepla/searchcode-cli
- Owner: sheepla
- License: mit
- Created: 2025-02-02T09:11:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-09T07:39:40.000Z (over 1 year ago)
- Last Synced: 2025-03-29T16:05:40.442Z (about 1 year ago)
- Language: Rust
- Size: 23.4 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).

## 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