Skip to content

Instantly share code, notes, and snippets.

@colinta
Last active December 20, 2015 23:29
Show Gist options
  • Save colinta/6213134 to your computer and use it in GitHub Desktop.
Save colinta/6213134 to your computer and use it in GitHub Desktop.
{
"schema_version": "1.2",
"packages": [
{
"name": "zenburn",
"description": "Zenburn color scheme.",
"author": "Colin T.A. Gray (colinta)",
"homepage": "http://colinta.com/projects/zenburn_color_scheme.html",
"releases": [
{
"details": "https://nodeload.github.com/colinta/zenburn",
"sublime_text": "< 3000"
},
{
"details": "https://nodeload.github.com/colinta/zenburn",
"sublime_text": ">= 3000"
}
]
},
{
"name": "MoveText",
"description": "Select text and drag it around, or setup a text tunnel to move code from one location to another.",
"author": "Colin T.A. Gray (colinta)",
"homepage": "https://github.com/colinta/SublimeMoveText",
"releases": [
{
"details": "https://nodeload.github.com/colinta/SublimeMoveText",
"sublime_text": "< 3000"
},
{
"details": "https://nodeload.github.com/colinta/SublimeMoveText/tree/st3",
"sublime_text": ">= 3000"
}
]
},
{
"name": "TransposeCharacter",
"description": "Swaps two characters, lines, words, or reverses a selection. Depending on cursor location and selection(s).",
"author": "Colin T.A. Gray (colinta)",
"homepage": "https://github.com/colinta/SublimeTransposeCharacter",
"releases": [
{
"details": "https://nodeload.github.com/colinta/SublimeTransposeCharacter",
"sublime_text": "< 3000"
},
{
"details": "https://nodeload.github.com/colinta/SublimeTransposeCharacter/tree/st3",
"sublime_text": ">= 3000"
}
]
},
{
"name": "Bracketeer",
"description": "Some bracket manipulation, selection, and insertion commands.",
"author": "Colin T.A. Gray (colinta)",
"homepage": "https://github.com/colinta/SublimeBracketeer",
"releases": [
{
"details": "https://nodeload.github.com/colinta/SublimeBracketeer",
"sublime_text": "< 3000"
},
{
"details": "https://nodeload.github.com/colinta/SublimeBracketeer/tree/st3",
"sublime_text": ">= 3000"
}
]
},
{
"name": "Quickfind",
"description": "Works similarly to TextMate's ctrl+s. But if text is already selected, it will be the default search. Keep pressing ctrl+s to search for the next instance.",
"author": "Colin T.A. Gray (colinta)",
"homepage": "https://github.com/colinta/SublimeQuickfind",
"releases": [
{
"details": "https://nodeload.github.com/colinta/SublimeQuickfind",
"sublime_text": "< 3000"
},
{
"details": "https://nodeload.github.com/colinta/SublimeQuickfind/tree/st3",
"sublime_text": ">= 3000"
}
]
},
{
"name": "SimpleMovements",
"description": "Adds caret moving and newline entering commands.",
"author": "Colin T.A. Gray (colinta)",
"homepage": "https://github.com/colinta/SublimeSimpleMovements",
"releases": [
{
"details": "https://nodeload.github.com/colinta/SublimeSimpleMovements",
"sublime_text": "< 3000"
},
{
"details": "https://nodeload.github.com/colinta/SublimeSimpleMovements/tree/st3",
"sublime_text": ">= 3000"
}
]
},
{
"name": "StringEncode",
"description": "Converts characters from one encoding to another using a transformation (think HTML entities, not character encodings).",
"author": "Colin T.A. Gray (colinta)",
"homepage": "https://github.com/colinta/SublimeStringEncode",
"releases": [
{
"details": "https://nodeload.github.com/colinta/SublimeStringEncode",
"sublime_text": "< 3000"
},
{
"details": "https://nodeload.github.com/colinta/SublimeStringEncode/tree/st3",
"sublime_text": ">= 3000"
}
]
},
{
"name": "FileDiffs",
"description": "Shows diffs - also in an external diff tool - between the current file, or selection(s) in the current file, and clipboard, another file, or unsaved changes.",
"author": "Colin T.A. Gray (colinta), Sebastian Pape (spape), Jiri Urban (jiriurban)",
"homepage": "https://github.com/spape/SublimeFileDiffs",
"releases": [
{
"details": "https://nodeload.github.com/colinta/SublimeFileDiffs",
"sublime_text": "< 3000"
},
{
"details": "https://nodeload.github.com/colinta/SublimeFileDiffs/tree/st3",
"sublime_text": ">= 3000"
}
]
},
{
"name": "MarkAndMove",
"description": "Allows for keyboard-only multiple selections. Select some stuff, mark it, then move the cursor around and add more marks, recall marks, or move between marks.",
"author": "Colin T.A. Gray (colinta)",
"homepage": "https://github.com/colinta/SublimeMarkAndMove",
"releases": [
{
"details": "https://nodeload.github.com/colinta/SublimeMarkAndMove",
"sublime_text": "< 3000"
},
{
"details": "https://nodeload.github.com/colinta/SublimeMarkAndMove/tree/st3",
"sublime_text": ">= 3000"
}
]
},
{
"name": "ChangeQuotes",
"description": "Converts single to double or double to single quotes. Attempts to preserve correct escaping, though this could be improved I'm sure.",
"author": "Colin T.A. Gray (colinta)",
"homepage": "https://github.com/colinta/SublimeChangeQuotes",
"releases": [
{
"details": "https://nodeload.github.com/colinta/SublimeChangeQuotes",
"sublime_text": "< 3000"
},
{
"details": "https://nodeload.github.com/colinta/SublimeChangeQuotes/tree/st3",
"sublime_text": ">= 3000"
}
]
},
{
"name": "Clipboard Manager",
"description": "A version of the Sublime Text 2 plugin at <http://www.sublimetext.com/forum/viewtopic.php?f=5&t=2260&start=0> that makes for TextMate-like clipboard history.",
"author": "AJ Palkovic (ajpalkovic), Martin Aspeli (optilude) and Colin T.A. Gray (colinta)",
"homepage": "https://gist.github.com/1590661",
"releases": [
{
"details": "https://nodeload.github.com/colinta/SublimeClipboardManager",
"sublime_text": "< 3000"
},
{
"details": "https://nodeload.github.com/colinta/SublimeClipboardManager/tree/st3",
"sublime_text": ">= 3000"
}
]
},
{
"name": "ApacheConf.tmLanguage",
"description": "For htaccess and .conf files. By GreyWyvern, with assist by radiosilence. <http://www.sublimetext.com/forum/viewtopic.php?f=5&t=856>.",
"author": "GreyWyvern and radiosilence",
"homepage": "https://github.com/colinta/ApacheConf.tmLanguage",
"releases": [
{
"details": "https://nodeload.github.com/colinta/ApacheConf.tmLanguage",
"sublime_text": "< 3000"
},
{
"details": "https://nodeload.github.com/colinta/ApacheConf.tmLanguage/tree/master",
"sublime_text": ">= 3000"
}
]
},
{
"name": "Calculate",
"description": "Calculations using python. Also provides some number-related functions, like counting (across multiple selections).",
"author": "Colin T.A. Gray (colinta)",
"homepage": "https://github.com/colinta/SublimeCalculate",
"releases": [
{
"details": "https://nodeload.github.com/colinta/SublimeCalculate",
"sublime_text": "< 3000"
},
{
"details": "https://nodeload.github.com/colinta/SublimeCalculate/tree/st3",
"sublime_text": ">= 3000"
}
]
},
{
"name": "SetSyntax",
"description": "Some generic keyboard bindings for 'Set Syntax:'",
"author": "Colin T.A. Gray (colinta)",
"homepage": "https://github.com/colinta/SublimeSetSyntax",
"releases": [
{
"details": "https://nodeload.github.com/colinta/SublimeSetSyntax",
"sublime_text": "< 3000"
},
{
"details": "https://nodeload.github.com/colinta/SublimeSetSyntax/tree/st3",
"sublime_text": ">= 3000"
}
]
},
{
"name": "DuplicateSelections",
"description": "If you have an equal number of empty selections (cursors) and selections, this command will place each selection at the corresponding cursor location.",
"author": "Colin T.A. Gray (colinta)",
"homepage": "https://github.com/colinta/SublimeDuplicateSelections",
"releases": [
{
"details": "https://nodeload.github.com/colinta/SublimeDuplicateSelections",
"sublime_text": "< 3000"
},
{
"details": "https://nodeload.github.com/colinta/SublimeDuplicateSelections/tree/st3",
"sublime_text": ">= 3000"
}
]
},
{
"name": "ScreencastDirector",
"description": "This is how I make screencasts on <http://colinta.com>.",
"author": "Colin Thomas-Arnold (colinta)",
"homepage": "https://github.com/colinta/SublimeScreencastDirector",
"releases": [
{
"details": "https://nodeload.github.com/colinta/SublimeScreencastDirector",
"sublime_text": "< 3000"
},
{
"details": "https://nodeload.github.com/colinta/SublimeScreencastDirector/tree/st3",
"sublime_text": ">= 3000"
}
]
},
{
"name": "TextFormatting",
"description": "Adds text-formatting tricks to Sublime Text. Mostly for PEP8 formatting.",
"author": "Colin T.A. Gray (colinta)",
"homepage": "https://github.com/colinta/SublimeTextFormatting",
"releases": [
{
"details": "https://nodeload.github.com/colinta/SublimeTextFormatting",
"sublime_text": "< 3000"
},
{
"details": "https://nodeload.github.com/colinta/SublimeTextFormatting/tree/st3",
"sublime_text": ">= 3000"
}
]
},
{
"name": "INDY500",
"description": "The original INDY500 game for Sublime Text. Yes. You read that right.",
"author": "Colin Thomas-Arnold (colinta)",
"homepage": "https://github.com/colinta/INDY500",
"releases": [
{
"details": "https://nodeload.github.com/colinta/INDY500",
"sublime_text": "< 3000"
},
{
"details": "https://nodeload.github.com/colinta/INDY500",
"sublime_text": ">= 3000"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment