Skip to content

Instantly share code, notes, and snippets.

@adamjgrant
Last active December 1, 2020 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamjgrant/dd803c8a8d83f3e759a64d07d8991391 to your computer and use it in GitHub Desktop.
Save adamjgrant/dd803c8a8d83f3e759a64d07d8991391 to your computer and use it in GitHub Desktop.
permy.link shorthand
Hello to you
Hi there
'
How are you
How's it going
?
'
Do you like
->activities
?
activities->
hiking
jogging
rollerblading
{
"main": [
"Hello to you", "Hi there", [
" ", [
"How are you", "How's it going", [
"?", [
" ", [
"Do you like",
{ "branch": "activities", "then": ["?"] }
]
]
]
]
]
],
"activities": ["hiking", "jogging", "rollerblading"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment