Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. [
  2. {"id": "side-bar-files-open-with",
  3. "children":
  4. [
  5.  
  6. // Kaleidoscope
  7. {
  8. "caption": "Kaleidoscope",
  9. "id": "side-bar-files-open-with-kaleidoscope",
  10.  
  11. "command": "side_bar_files_open_with",
  12. "args": {
  13. "paths": [],
  14. "application": "Kaleidoscope.app", // OSX
  15. "extensions":"", // "psd|png|jpg|jpeg" any file with these extensions, ".*" any file with extension, "" empty open all files and folders
  16. "args":[]
  17. },
  18. "open_automatically" : false // will close the view/tab and launch the application
  19. },
  20.  
  21. // Separator
  22. {"caption":"-"}
  23. ]
  24. }
  25. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement