Created
August 17, 2019 20:33
-
-
Save gj1118/0020ce06275236e0932d62f9102df68a to your computer and use it in GitHub Desktop.
get list of all packages installed in sublime text
This file contains hidden or 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
import os; [(os.path.dirname(file)[len('Packages/'):], sublime.decode_value(sublime.load_resource(file))['url']) for file in sublime.find_resources('package-metadata.json')] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Will generate a list something like this