Y
Hacker News
new
|
ask
|
show
|
jobs
by
overengineer
783 days ago
curl
https://cheat.sh/<toolname>
Example: curl
https://cheat.sh/jq
1 comments
runjake
783 days ago
+1 I do this, too, but with a function:
function cheat () { curl https://cheat.sh/$1 }
Example:
% cheat jq
link