• 1 Post
  • 60 Comments
Joined 11 months ago
cake
Cake day: October 23rd, 2023

help-circle


  • Getting cheatsheets via curl cheat.sh/INSERT_COMMAND_HERE

    No install necessary, Also, you can quickly search within the cheatsheets via ~. For example if you copy curl cheat.sh/ls~find will show all the examples of ls that use find. If you remove ~find, then it shows all examples of ls.

    I have a function in my bash alias for it (also piped into more for readability):

    function cht() { curl cheat.sh/"$1"?style=igor|more }


















  • Same. It was definitely an adjustment as a former ChromeOS user. There were some minor issues like getting playback for streaming services and maybe 1-2% of the unique websites I visit not being built properly for Firefox but it’s pretty infrequent and you develop a quick workflow to resolve the issues. I have a backup version of Chromium that I use as an emergency browser.

    I use a Firefox fork (Floorp) which gives me PWAs capabilities which was the last hurdle for me.