Skip to content

Instantly share code, notes, and snippets.

@gaspanik
Created March 27, 2014 00:54
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gaspanik/9797495 to your computer and use it in GitHub Desktop.
Save gaspanik/9797495 to your computer and use it in GitHub Desktop.
Minimum Recents Settings.
{
"displayItems": 50,
"projectTypes": [
{
"projectType": "grunt",
"nameRegex": "['\"]name['\"]\\s*:\\s*['\"](.*?)['\"]\\s*,\\s*$",
"settingsFile": "package.json",
"image": "grunt.png",
"keyFile": "package.json",
"projectRootRelativeToKeyFile": null,
"filesExistInRoot": [
"Gruntfile",
"package.json"
],
"ignoreIfFilesInRoot": null,
"ignoreIfPathContains": [
"node_modules",
"components",
"bower",
"bower_component"
],
"button1": {
"name": "Editor",
"app": [
"Sublime Text",
"Sublime Text 2"
],
"arguments": ""
},
"button2": {
"name": "Terminal",
"app": [
"Terminal"
],
"arguments": ""
},
"button3": {
"name": "Finder",
"app": [
"Finder"
],
"arguments": ""
},
"button4": {
"name": "Git",
"app": [
"Tower"
],
"arguments": ""
}
},
{
"projectType": "node",
"nameRegex": "['\"]name['\"]\\s*:\\s*['\"](.*?)['\"]\\s*,\\s*$",
"settingsFile": "package.json",
"image": "node.png",
"keyFile": "package.json",
"projectRootRelativeToKeyFile": null,
"foldersExistInRoot": null,
"filesExistInRoot": [
"package.json"
],
"ignoreIfFilesInRoot": [
"Gruntfile"
],
"ignoreIfPathContains": [
"node_modules",
"components",
"bower",
"bower_component"
],
"button1": {
"name": "Editor",
"app": [
"Sublime Text",
"Sublime Text 2"
],
"arguments": ""
},
"button2": {
"name": "Terminal",
"app": [
"Terminal"
],
"arguments": ""
},
"button3": {
"name": "Finder",
"app": [
"Finder"
],
"arguments": ""
},
"button4": {
"name": "Git",
"app": [
"Tower"
],
"arguments": ""
}
},
{
"projectType": "wordpress",
"nameRegex": "Theme Name:\\s*(.*?)$",
"settingsFile": "style.css",
"image": "wordpress.png",
"keyFile": "functions.php",
"projectRootRelativeToKeyFile": null,
"filesExistInRoot": [
"style.css"
],
"ignoreIfFilesInRoot": null,
"ignoreIfPathContains": null,
"button1": {
"name": "Editor",
"app": [
"Sublime Text",
"Sublime Text 2"
],
"arguments": ""
},
"button2": {
"name": "Terminal",
"app": [
"Terminal"
],
"arguments": ""
},
"button3": {
"name": "Finder",
"app": [
"Finder"
],
"arguments": ""
},
"button4": {
"name": "Git",
"app": [
"Tower"
],
"arguments": ""
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment