• DreamButt
    link
    fedilink
    English
    38 months ago

    Personally I’m a fan of cheat.sh

    For instance to get info on curl you can:

    curl cheat.sh/curl
    
    • @folkrav@lemmy.world
      link
      fedilink
      2
      edit-2
      8 months ago

      I since switched to tldr (for the offline/caching functionality, I think?), but for the longest time I just used a wrapper function that did exactly this in my shell configuration. Something a bit like this:

      function cheatsh() { 
          curl cheat.sh/"\$1" 
      }