Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jjasghar/hubot-explainshell
A wrapper to get explainshell links for shell commands
https://github.com/jjasghar/hubot-explainshell
Last synced: 26 days ago
JSON representation
A wrapper to get explainshell links for shell commands
- Host: GitHub
- URL: https://github.com/jjasghar/hubot-explainshell
- Owner: jjasghar
- License: mit
- Created: 2014-03-26T19:26:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-19T21:59:26.000Z (over 10 years ago)
- Last Synced: 2023-03-22T23:17:13.577Z (over 1 year ago)
- Language: CoffeeScript
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# I have updated this to https://github.com/hubot-scripts/hubot-explainshell
# 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
```