{"id":15062943,"url":"https://github.com/zk-phi/shackle-pop","last_synced_at":"2026-02-05T18:31:16.959Z","repository":{"id":240101761,"uuid":"801668254","full_name":"zk-phi/shackle-pop","owner":"zk-phi","description":"[Emacs] Make shackle popups behave more like popwin","archived":false,"fork":false,"pushed_at":"2024-05-16T18:03:46.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-11T08:06:25.837Z","etag":null,"topics":["emacs"],"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/zk-phi.png","metadata":{"files":{"readme":"Readme.markdown","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":"2024-05-16T17:19:37.000Z","updated_at":"2024-09-30T07:15:04.000Z","dependencies_parsed_at":"2024-05-16T18:56:51.151Z","dependency_job_id":"533e3965-530e-4c57-bf4e-6577bad03719","html_url":"https://github.com/zk-phi/shackle-pop","commit_stats":null,"previous_names":["zk-phi/shackle-pop"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zk-phi/shackle-pop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zk-phi%2Fshackle-pop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zk-phi%2Fshackle-pop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zk-phi%2Fshackle-pop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zk-phi%2Fshackle-pop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zk-phi","download_url":"https://codeload.github.com/zk-phi/shackle-pop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zk-phi%2Fshackle-pop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29128687,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T18:31:02.507Z","status":"ssl_error","status_checked_at":"2026-02-05T18:29:43.962Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["emacs"],"created_at":"2024-09-24T23:48:56.512Z","updated_at":"2026-02-05T18:31:16.942Z","avatar_url":"https://github.com/zk-phi.png","language":"Emacs Lisp","readme":"# shackle-pop\n\nMake shackle.el popups behave more like popwin.el.\n\n## Installation\n\nJust load this package.\n\n``` emacs-lisp\n(require 'shackle-pop)\n```\n\n## Features / Configurations\n\nAll these features are enabled by default. If you want to disable some of them, set to `nil`.\n\n- `shackle-pop-auto-close`\n\n  When a window is popped up by a shackle, the window will be auto-closed after `keyboard-quit\n  (C-g)` is pressed.\n\n- `shackle-pop-auto-reuse`\n\n  When a window is popped up by shackle, the window will be reused when another popup is requested.\n\n- `shackle-pop-auto-align`\n\n  When a window is popped up by shackle, the window is automatically aligned even if the rule does\n  not contain `:align t`.\n\n  You may override this behavior on a per-rule basis by adding `:align nil` to some rules.\n\n  This feature exists just to clean-up `shackle-rules`.\n\n  You may also want to set `shackle-default-alignment` and `shackle-default-size` together.\n\n## Functions\n\n- `shackle-pop-popup-buffer`\n\n  Popup a buffer with shackle. This can be a drop-in replacement for `popwin:popup-buffer`.\n\n## Sample configuration\n\n``` emacs-lisp\n(require 'shackle)\n(require 'shackle-pop)\n\n;; we don't need to specify (:align 'below :size 0.33) for each entries\n(setq shackle-rules '((\"*Help*\"                 :select t   :popup t)\n                      (\"*info*\"                 :select t   :popup t)\n                      (\"*Warnings*\"             :select t   :popup t)\n                      (\"*Buffer List*\"          :select t   :popup t)\n                      (\"*compilation*\"          :select nil :popup t)\n                      (\"*Shell Command Output*\" :select t   :popup t)\n                      ;; when selected compilation may fail ?\n                      (\"*Compile-Log*\"          :select nil :popup t)\n                      (\"*Backtrace*\"            :select t   :popup t)\n                      (\"*Completions*\"          :select nil :popup t))\n      shackle-default-rule '(:same t)\n      shackle-default-alignment 'below\n      shackle-default-size 0.33)\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzk-phi%2Fshackle-pop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzk-phi%2Fshackle-pop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzk-phi%2Fshackle-pop/lists"}