Skip to content

Instantly share code, notes, and snippets.

@digitalfun
Created March 30, 2016 19:25
Show Gist options
  • Save digitalfun/ae0af194b78d45dd014b2f6009be7ba1 to your computer and use it in GitHub Desktop.
Save digitalfun/ae0af194b78d45dd014b2f6009be7ba1 to your computer and use it in GitHub Desktop.
Notepad++: Convert open file from YAML to JSON and opens the json file. Using NppExec Plugin.
cd $(CURRENT_DIRECTORY)
yaml2json.exe "$(FILE_NAME)"
//python yaml2json.py "$(FILE_NAME)"
npp_open "$(NAME_PART).json"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment