Last active
September 29, 2020 08:48
-
-
Save antoinedelia/72c962e7c48667c1cb709fcab655b3e7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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