{"id":20900880,"url":"https://github.com/vhyza/exec-in-window","last_synced_at":"2025-05-13T02:30:30.604Z","repository":{"id":4763415,"uuid":"5913985","full_name":"vhyza/exec-in-window","owner":"vhyza","description":"exec-in-window is replacement for exec command used in Sublime Text 2 build system","archived":false,"fork":false,"pushed_at":"2013-01-14T18:39:44.000Z","size":176,"stargazers_count":15,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-01T15:21:55.687Z","etag":null,"topics":["python","sublime-text-plugin"],"latest_commit_sha":null,"homepage":"https://github.com/vhyza/exec-in-window","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vhyza.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-09-22T15:09:00.000Z","updated_at":"2016-12-23T04:43:12.000Z","dependencies_parsed_at":"2022-08-28T06:02:19.881Z","dependency_job_id":null,"html_url":"https://github.com/vhyza/exec-in-window","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhyza%2Fexec-in-window","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhyza%2Fexec-in-window/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhyza%2Fexec-in-window/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhyza%2Fexec-in-window/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vhyza","download_url":"https://codeload.github.com/vhyza/exec-in-window/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253859340,"owners_count":21975082,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","sublime-text-plugin"],"created_at":"2024-11-18T11:23:41.242Z","updated_at":"2025-05-13T02:30:30.294Z","avatar_url":"https://github.com/vhyza.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# exec-in-window\n\n_exec-in-window_ is modified `exec` command used in _Sublime Text 2_ build system\n\n![SublimeText screenshot](https://raw.github.com/vhyza/exec-in-window/master/screenshot.png)\n\n## features\n\n* display build results in new _Sublime Text_ window instead of output panel\n* execute *unsaved* files - based on selected syntax\n\n## installation\n\n### Using Sublime Package Control\n\nIf you are using [Sublime Package Control](http://wbond.net/sublime_packages/package_control), you can install plugin via the `Package Control: Install Package menu item`. Plugin is listed as `Exec In Window`\n\n### Using Git\n\ngo to _Sublime Text_ `Packages` directory\n\n* `~/Library/Application\\ Support/Sublime\\ Text\\ 2/Packages` on _OS X_\n* `%APPDATA%/Sublime Text 2/Packages/` on _Windows_\n* `~/.config/sublime-text-2/Packages/` on _Linux_\n\nclone repository\n\n    git clone https://github.com/vhyza/exec-in-window.git\n\n## usage\n\nmodify build settings for desired language\n\nfor example for `Ruby` you need to modify file `Packages/Ruby/Ruby.sublime-build` and add line `\"target\": \"exec_in_window\"`\n\nwhole file should look like this\n\n````json\n{\n  \"cmd\": [\"/Users/vhyza/.rvm/bin/rvm-auto-ruby\", \"$file\"],\n  \"target\": \"exec_in_window\",\n  \"selector\": \"source.ruby\"\n}\n````\n\nto disable output panel add `\"show_panel_on_build\": false` into your preferences (`Command+,`)\n\npress `Command+B` to build file (unnamed files should have set proper syntax)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvhyza%2Fexec-in-window","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvhyza%2Fexec-in-window","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvhyza%2Fexec-in-window/lists"}