found a slack features that was very helpful while...
# random
w
found a slack features that was very helpful while sharing long  snippets of json to team members. It was slack snippets. instead of copy pasting whole content as a message, what one can do is send a snippet for adding a snippet use 
cmd+shift+return
 on mac and 
ctrl+shift+enter
 on windows/linux to create a snippet
👍 1
👍🏽 2
💡 2
g
Alternatively, if you want quick snippet box in the input bar itself, just type ` (3 times) and it creates a snippet box to quickly add content. ``````
w
This is somewhat derived from markdown syntax and I use it extensively 🙂
b
Good One. I am currently extensively using the
gh
command line tool and sharing the gist links for sharing snippets. Ex:
Copy code
tarun in dev in on  k3d-deep () linkerd2 on  tarun/viz-separate [$!?] via 🐹 v1.15.4
❯ git diff test/integration/install_test.go | gh gist create -f install_test.diff --public -
- Creating gist install_test.diff
✓ Created gist install_test.diff
<https://gist.github.com/22358d0b3d1f8a54741b81152d78f0c2>
Really cool way to not move to the browser
👍 1