{"id":33014561,"url":"https://github.com/valentinocossar/sublime","last_synced_at":"2025-11-19T09:01:28.165Z","repository":{"id":211242844,"uuid":"83087531","full_name":"valentinocossar/sublime","owner":"valentinocossar","description":"Same as the official Sublime plugin for Oh My Zsh, but this opens files in the current Sublime window, if there is one already open.","archived":false,"fork":false,"pushed_at":"2018-02-01T00:36:09.000Z","size":4,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-16T03:06:30.350Z","etag":null,"topics":["oh-my-zsh","oh-my-zsh-plugin","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/valentinocossar.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,"governance":null}},"created_at":"2017-02-24T22:17:37.000Z","updated_at":"2021-07-22T21:22:56.000Z","dependencies_parsed_at":"2023-12-07T10:34:06.762Z","dependency_job_id":"18ce9879-d920-4e28-99bc-61f286d31072","html_url":"https://github.com/valentinocossar/sublime","commit_stats":null,"previous_names":["valentinocossar/sublime"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/valentinocossar/sublime","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valentinocossar%2Fsublime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valentinocossar%2Fsublime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valentinocossar%2Fsublime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valentinocossar%2Fsublime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/valentinocossar","download_url":"https://codeload.github.com/valentinocossar/sublime/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valentinocossar%2Fsublime/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285215532,"owners_count":27133906,"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","status":"online","status_checked_at":"2025-11-19T02:00:05.673Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["oh-my-zsh","oh-my-zsh-plugin","zsh"],"created_at":"2025-11-13T18:00:20.531Z","updated_at":"2025-11-19T09:01:28.148Z","avatar_url":"https://github.com/valentinocossar.png","language":"Shell","readme":"## sublime\n\nPlugin for Sublime Text, a cross platform text and code editor, available for Linux, Mac OS X, and Windows.\n\n### Requirements\n\n * [Sublime Text](http://www.sublimetext.com/)\n\n\n### Installation\n\n#### Manual\n\n1. Clone this repository somewhere on your machine. This guide will assume `~/.zsh/sublime`.\n\n  ```sh\n  git clone https://github.com/valentinocossar/sublime.git ~/.zsh/sublime\n  ```\n\n2. Add the following to your `.zshrc`:\n\n  ```sh\n  source ~/.zsh/sublime/sublime.plugin.zsh\n  ```\n\n3. Start a new terminal session.\n\n#### Oh My Zsh\n\n1. Clone this repository into `$ZSH_CUSTOM/plugins` (by default `~/.oh-my-zsh/custom/plugins`)\n\n  ```sh\n  git clone https://github.com/valentinocossar/sublime.git $ZSH_CUSTOM/plugins/sublime\n  ```\n\n2. Add the plugin to the list of plugins for Oh My Zsh to load:\n\n  ```sh\n  plugins=(sublime)\n  ```\n\n3. Start a new terminal session.\n\n\n### Usage\n\n * If `st` command is called without an argument, launch Sublime Text.\n\n * If `st` is passed a directory, `cd` to it and open it in Sublime Text (in the current window, if there is one open, it is equivalent to `subl -a`).\n\n * If `st` is passed a file, open it in Sublime Text (in the current window, if there is one open, it is equivalent to `subl -a`).\n\n * If `stt` command is called, opening the current folder in Sublime Text (in the current window, if there is one open, it is equivalent to `subl -a .` or `st .`).\n\n * If `sst` command is called, it is like `sudo st`, opening the file or folder in Sublime Text (in the current window, if there is one open, it is equivalent to `sudo subl -a`). Useful for editing system protected files.\n\n * If `stp` command is called, it find a `.sublime-project` file by traversing up the directory structure. If there is no `.sublime-project` file, but if the current folder is a Git repo, opens up the root directory of the repo. If the current folder is not a Git repo, then opens up the current directory (in the current window, if there is one open).\n","funding_links":[],"categories":["Plugins"],"sub_categories":["ZSH on Windows","Zinit (née zplugin)"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalentinocossar%2Fsublime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvalentinocossar%2Fsublime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalentinocossar%2Fsublime/lists"}