Hacker News new | ask | show | jobs
by overengineer 783 days ago
curl https://cheat.sh/<toolname> Example: curl https://cheat.sh/jq
1 comments

+1 I do this, too, but with a function:

  function cheat () {
    curl https://cheat.sh/$1
  }
Example:

  % cheat jq