mirror of
https://github.com/troydm/exp.git
synced 2025-05-15 14:10:09 -07:00
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
Description
Languages
Perl
100%