Skip to content

troydm/exp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

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/troydm/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

Releases

No releases published

Packages

No packages published

Languages