{"id":13443163,"url":"https://github.com/mmontone/lisp-system-browser","last_synced_at":"2025-10-19T04:56:49.154Z","repository":{"id":49766695,"uuid":"390852344","full_name":"mmontone/lisp-system-browser","owner":"mmontone","description":"Smalltalk-like system browser for Common Lisp.","archived":false,"fork":false,"pushed_at":"2022-09-10T19:37:34.000Z","size":3021,"stargazers_count":71,"open_issues_count":5,"forks_count":5,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-27T02:21:46.422Z","etag":null,"topics":["common-lisp","emacs","lisp","slime","tools"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","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/mmontone.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":"2021-07-29T21:15:10.000Z","updated_at":"2025-02-05T02:03:32.000Z","dependencies_parsed_at":"2023-01-18T03:15:29.683Z","dependency_job_id":null,"html_url":"https://github.com/mmontone/lisp-system-browser","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/mmontone%2Flisp-system-browser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmontone%2Flisp-system-browser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmontone%2Flisp-system-browser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmontone%2Flisp-system-browser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mmontone","download_url":"https://codeload.github.com/mmontone/lisp-system-browser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248703199,"owners_count":21148118,"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":["common-lisp","emacs","lisp","slime","tools"],"created_at":"2024-07-31T03:01:56.953Z","updated_at":"2025-10-19T04:56:49.054Z","avatar_url":"https://github.com/mmontone.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"# LISP-SYSTEM-BROWSER\n\nThis is Smalltalk-like browser for Common Lisp.\n\nNOTE THAT THIS IS VERY MUCH WORK IN PROGRESS AT THIS MOMENT.\n\n![lisp-system-browser](system-browser.gif \"lisp-system-browser screenshot\")\n\n## Install\n\nℹ️ Please consider using [SLIME :star:](https://github.com/mmontone/slime-star), that comes with this extension preinstalled.\n\nClone this repository using git `--recursive` option, as this repository contains submodules.\n\nLoad `swank` and add this repository path to `swank::*load-path*`, in your Lisp compiler init file (~/.sbclrc if using SBCL):\n\n```lisp\n(require :swank)\n(push #p\"~/lisp-system-browser/\" swank::*load-path*)\n```\n\nIn Emacs, add this repository path to `load-path` and `system-browser-cl` to `slime-contribs` in `~/.emacs` init file, like:\n\n```\n(push \"~/lisp-system-browser\" load-path)\n\n(setq slime-contribs '(slime-fancy system-browser-cl))\n\n(slime-setup)\n```\n\nInstall Emacs dependencies:\n\nThis depends on [emacs-window-layout](https://github.com/kiwanami/emacs-window-layout) Emacs library. Appears as `window-layout` in `M-x package-list-packages` (melpa).\n\n## Use\n\n`M-x lisp-system-browser` to open the browser.\n\n### Commands\n\n```\nlisp-system-browser\t      M-x ... RET\n   Open the Common Lisp system browser.\nquit-system-browser\t      M-x ... RET\n   Quit the system browser.\nsystem-browser\t\t      M-x ... RET\n   Open the currently instantiated system browser.\nsystem-browser-refresh\t      M-x ... RET\n   Refresh the system browser contents and reset its layout.\nsystem-browser-reset-layout   M-x ... RET\n   Reset system browser layout. Use this when Emacs windows break the\n   browser's layout.\nsystem-browser-toggle-docs    M-x ... RET\n   Toggle documentation panel in system browser.\nsystem-browser-browse-package M-x ... RET\n   Browse a particular package completed from command bar.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmontone%2Flisp-system-browser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmontone%2Flisp-system-browser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmontone%2Flisp-system-browser/lists"}