{"id":16779763,"url":"https://github.com/petermosmans/emacs-zsh","last_synced_at":"2025-10-16T19:41:06.347Z","repository":{"id":75895126,"uuid":"277609374","full_name":"PeterMosmans/emacs-zsh","owner":"PeterMosmans","description":"Emacs plugin for zsh (based off robbyrussell/oh-my-zsh)","archived":false,"fork":false,"pushed_at":"2020-07-06T18:09:13.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-01T02:44:22.721Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/PeterMosmans.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-06T17:41:56.000Z","updated_at":"2020-07-06T18:09:15.000Z","dependencies_parsed_at":"2023-05-02T00:55:12.793Z","dependency_job_id":null,"html_url":"https://github.com/PeterMosmans/emacs-zsh","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PeterMosmans/emacs-zsh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeterMosmans%2Femacs-zsh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeterMosmans%2Femacs-zsh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeterMosmans%2Femacs-zsh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeterMosmans%2Femacs-zsh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PeterMosmans","download_url":"https://codeload.github.com/PeterMosmans/emacs-zsh/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeterMosmans%2Femacs-zsh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279230674,"owners_count":26130683,"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-10-16T02:00:06.019Z","response_time":53,"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":[],"created_at":"2024-10-13T07:32:11.642Z","updated_at":"2025-10-16T19:41:06.320Z","avatar_url":"https://github.com/PeterMosmans.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Emacs plugin\n\nThis plugin utilizes the Emacs daemon capability, allowing the user to quickly open frames, whether they are opened in a terminal via a ssh connection, or X frames opened on the same host. The plugin also provides some aliases for such operations.\n\n- You don't have the cost of starting Emacs all the time anymore\n- Opening a file is as fast as Emacs does not have anything else to do.\n- You can share opened buffered across opened frames.\n- Configuration changes made at runtime are applied to all frames.\n\n**NOTE:** requires Emacs 24 and newer.\n\nTo use it, add emacs to the plugins array in your zshrc file:\n\n```zsh\nplugins=(... emacs)\n```\n\nFor non-X users, set the variable `ZSH_EMACS_NOX` to `true`. This will ensure\nthat Emacs is started with the `-nw` flag (no windows).\n\n## Aliases\n\nThe plugin uses a custom launcher (which we'll call here `$EMACS_LAUNCHER`) that is just a wrapper around [`emacsclient`](https://www.emacswiki.org/emacs/EmacsClient).\n\n| Alias  | Command                                            | Description                                                    |\n|--------|----------------------------------------------------|----------------------------------------------------------------|\n| emacs  | `$EMACS_LAUNCHER --no-wait`                        | Opens a temporary emacsclient frame                            |\n| e      | `emacs`                                            | Same as emacs alias                                            |\n| te     | `$EMACS_LAUNCHER -nw`                              | Open terminal emacsclient                                      |\n| eeval  | `$EMACS_LAUNCHER --eval`                           | Same as `M-x eval` but from outside Emacs                      |\n| eframe | `emacsclient --alternate-editor \"\" --create-frame` | Create new X frame                                             |\n| efile  | -                                                  | Print the path to the file open in the current buffer          |\n| ecd    | -                                                  | Print the directory of the file open in the the current buffer |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetermosmans%2Femacs-zsh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpetermosmans%2Femacs-zsh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetermosmans%2Femacs-zsh/lists"}