{"id":13862611,"url":"https://github.com/technomancy/zossima","last_synced_at":"2025-07-14T12:31:39.818Z","repository":{"id":5206593,"uuid":"6382294","full_name":"technomancy/zossima","owner":"technomancy","description":"Jump to definition in Ruby driven by a live process","archived":true,"fork":false,"pushed_at":"2012-12-18T21:29:21.000Z","size":149,"stargazers_count":30,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-05T06:06:10.654Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"Alterplay/APAddressBook","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/technomancy.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-10-25T05:06:56.000Z","updated_at":"2023-09-08T16:35:56.000Z","dependencies_parsed_at":"2022-09-09T15:20:35.555Z","dependency_job_id":null,"html_url":"https://github.com/technomancy/zossima","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/technomancy%2Fzossima","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technomancy%2Fzossima/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technomancy%2Fzossima/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technomancy%2Fzossima/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/technomancy","download_url":"https://codeload.github.com/technomancy/zossima/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225974528,"owners_count":17553969,"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":[],"created_at":"2024-08-05T06:01:48.552Z","updated_at":"2024-11-22T22:31:22.849Z","avatar_url":"https://github.com/technomancy.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"# Zossima\n\nJump to definition in Emacs, driven by a live Ruby subprocess.\n\nThis builds on `inf-ruby` to handle Ruby subprocesses from Emacs. Once\nyou've loaded your inf-ruby process with the code for your project and\nits dependencies Ruby keeps track of where each method is defined, so\nyou can use \u003ckbd\u003eM-.\u003c/kbd\u003e to jump to the definition of a given method\nand \u003ckbd\u003eM-,\u003c/kbd\u003e to jump back.\n\nIt prompts you with a list of all known classes and modules, and once you've\nchosen one, narrows down to a list of methods.\n\n## Install\n\nCurrently you should just check it out and add this to your emacs config:\n\n```lisp\n(add-to-list 'load-path \"/path/to/zossima-checkout\")\n(autoload 'zossima-mode \"zossima\" \"\" t)\n(add-hook 'ruby-mode-hook 'zossima-mode)\n```\n\n## Todo\n\n* Package on Marmalade\n* Support for multiple inf-rubies in one Emacs instance\n* Using the class/method at point if applicable?\n* Possibly use the same class/method selector for docs?\n\n## Copying\n\nCopyright © 2012 Phil Hagelberg\nCopyright © 2012 Dmitry Gutov\n\nThis program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 3, or (at your option)\nany later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with GNU Emacs; see the file COPYING.  If not, write to the\nFree Software Foundation, Inc., 51 Franklin Street, Fifth Floor,\nBoston, MA 02110-1301, USA.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnomancy%2Fzossima","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechnomancy%2Fzossima","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnomancy%2Fzossima/lists"}