Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 668 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 668 Bytes

exp - a command line client for explainshell.com

exp is an command line client for explainshell.com it's written in perl and needs only curl installed in your system to work

install

sudo curl https://raw.githubusercontent.com/darren-harton/exp/master/exp -o /usr/local/bin/exp
sudo chmod +x /usr/local/bin/exp

usage

# print help message
exp --help

# print ls -lh command description
exp ls -lh

# print echo | grep commands description
exp 'echo | grep'

license

MIT