v/exp
1
0
mirror of https://github.com/troydm/exp.git synced 2025-05-15 14:10:09 -07:00
2020-03-22 05:15:39 +02:00
exp
2018-03-22 19:00:25 +02: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

MIT

Description
No description provided
Readme 31 KiB
Languages
Perl 100%