Skip to content

Instantly share code, notes, and snippets.

View petros's full-sized avatar
👾
Making games

Petros Amoiridis petros

👾
Making games
View GitHub Profile
@petros
petros / markdown.md
Last active September 14, 2022 08:04
Code blocks between list items on GitBook
  1. Item 1
  2. Item 2
    This code block should render fine on GitBook.
    It has 4 spaces of identation.
    The number should be preserved on GitBook.
    This is undocumented and it may cause other rendering problems we do not know about.
    
  3. Item 3
@petros
petros / shell.md
Created April 11, 2024 16:01
How to remove duplicate entries from macOS Open with
❯ /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user

❯ killall Finder