Skip to content

Instantly share code, notes, and snippets.

@lucassch
Created October 31, 2018 12:13
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 lucassch/4a55c1404197cbbcd4a3169e4e33e356 to your computer and use it in GitHub Desktop.
Save lucassch/4a55c1404197cbbcd4a3169e4e33e356 to your computer and use it in GitHub Desktop.
Comandos utils no sublime
# Imprime full path de todos arquivos abertos no sublime
print("\n".join([view.file_name() for view in sublime.active_window().views() if view and view.file_name()]));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment