Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/revanmalang/sfind


https://github.com/revanmalang/sfind

curl find sfind

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# sfind
String Finder for get juicy information

## What is this?
- this is just simple tool with small code for find information

## How to install?
```
git clone https://github.com/revanmalang/sfind
cd sfind
bash install.sh
```

## How to use?
### Find from curl request
```
curl domain.tld/script.js | sfind username
```

### Find from local file
```
cat script.js | sfind username
```