Skip to content

Instantly share code, notes, and snippets.

@budRich
Last active February 19, 2022 21:48
Show Gist options
  • Save budRich/2aa334cc1c201b31d450b13e59fc1b82 to your computer and use it in GitHub Desktop.
Save budRich/2aa334cc1c201b31d450b13e59fc1b82 to your computer and use it in GitHub Desktop.
{
"schema_version": "3.0.0",
"packages": [
{
"details": "https://github.com/budlime/PathRename",
"releases": [
{
"sublime_text": "*",
"branch": "master",
"dependencies": ["pathbox"]
}
]
},
{
"details": "https://github.com/budlime/PathOpen",
"releases": [
{
"platforms": ["osx", "linux"],
"sublime_text": "*",
"branch": "master",
"dependencies": ["pathbox"]
}
]
}
],
"dependencies": [
{
"name": "pathbox",
"load_order": "01",
"description": "Tabcomplete paths in input box",
"author": "bud",
"issues": "https://github.com/budlime/pathbox/issues",
"releases": [
{
"base": "https://github.com/budlime/pathbox",
"branch": "master",
"sublime_text": "*"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment