• @StudioLE
    link
    21 year ago

    My main issue with this is it requires a cheat sheet just to view a cheat sheet.

    • @[email protected]
      link
      fedilink
      31 year ago

      I added a custom function to my bashrc:

      cheat-sheet() {
      	curl cheat.sh/"$1"
      }
      

      Then you can call cheat-sheet grep for example