LucaScorpion / explainshell-shell

Get help from https://explainshell.com, right from your shell.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

explainshell-shell

Get help from explainshell.com, right from your shell.

Screenshot of explainshell

Usage

# General usage:
explainshell <command>

# For example:
explainshell tar xzf archive.tar.gz

# Show the help and info:
explainshell --help

# Disable color output:
explainshell --no-color <command>

Development

# Run the shell.
go run ./cmd/explainshell.go

# Format the code.
go fmt ./...

# Build the binary.
go build ./cmd/explainshell.go

You can also build all the binaries (for Linux, Darwin, and Windows) using the build.sh script.

About

Get help from https://explainshell.com, right from your shell.

License:MIT License


Languages

Language:Go 92.5%Language:Shell 7.5%