https://github.com/skailasa/stackstalk
🥞 stalk the stack exchange universe
https://github.com/skailasa/stackstalk
cli golang overflow stack stackexchange terminal
Last synced: 5 months ago
JSON representation
🥞 stalk the stack exchange universe
- Host: GitHub
- URL: https://github.com/skailasa/stackstalk
- Owner: skailasa
- License: mit
- Created: 2019-03-08T15:20:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-13T13:08:33.000Z (over 6 years ago)
- Last Synced: 2024-06-20T00:32:44.135Z (over 1 year ago)
- Topics: cli, golang, overflow, stack, stackexchange, terminal
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Stack Stalk
[](https://travis-ci.org/skailasa/stackstalk)## Install
```bash
cd stalk
go install
```## Usage
```bash
# Print help
stalk# Query interface relies on 'verbs' and 'adjectives'
stalk --stack, -s# Example usage
stalk query top "Can I eat pi?" -s math# defaults to searching entire site
stalk query new "How tall is obi-wan kenobi?"
```## API
#### Verbs:
| verb | action |
|---|---|
| `query` |query the api, searching for a string |#### Adjectives
| adjective| action |
|---|---|
| `top` | most relevant match |
| `new` | newest match |
| `hot` | most active match |
| `pop` | most upvoted match |