Skip to content

Instantly share code, notes, and snippets.

@antoinedelia
Last active September 29, 2020 08:48
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 antoinedelia/72c962e7c48667c1cb709fcab655b3e7 to your computer and use it in GitHub Desktop.
Save antoinedelia/72c962e7c48667c1cb709fcab655b3e7 to your computer and use it in GitHub Desktop.
# Open the current cmd path to the current VS Code window
code . -r
# Print the result of a command in bash
echo $(operation)
# Pretty print json output in bash
echo '{"first_name":"Antoine","last_name":"Delia"}' | python -m json.tool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment