• StudioLE
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

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

    • ISOmorph@feddit.de
      link
      fedilink
      arrow-up
      3
      ·
      1 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