https://github.com/hubot-archive/hubot-explainshell
A quick way to get a link to explainshell
https://github.com/hubot-archive/hubot-explainshell
Last synced: 2 months ago
JSON representation
A quick way to get a link to explainshell
- Host: GitHub
- URL: https://github.com/hubot-archive/hubot-explainshell
- Owner: hubot-archive
- License: mit
- Created: 2014-06-19T21:57:54.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-15T18:37:20.000Z (over 10 years ago)
- Last Synced: 2025-03-24T15:21:47.247Z (3 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 142 KB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hubot: hubot-explainshell
A explainshell wrapper for Hubots.
See [`src/explainshell.coffee`](src/explainshell.coffee) for full documentation.
## Installation
Add **hubot-explainshell** to your `package.json` file:
```json
"dependencies": {
"hubot": ">= 2.5.1",
"hubot-scripts": ">= 2.4.2",
"hubot-explainshell": ">= 0.0.0"
}
```Add **hubot-explainshell** to your `external-scripts.json`:
```json
["hubot-explainshell"]
```Run `npm install hubot-explainshell`
## Sample Interaction
```
user1> hubot explainshell tar xvzf ball.tar.gz
Hubot> http://explainshell.com/explain?cmd=tar+xvzf+ball.tar.gz
```