{"id":13862552,"url":"https://github.com/zk-phi/scratch-pop","last_synced_at":"2025-06-11T23:33:40.500Z","repository":{"id":7047975,"uuid":"8327302","full_name":"zk-phi/scratch-pop","owner":"zk-phi","description":"Popup scratch buffer","archived":false,"fork":false,"pushed_at":"2020-09-10T02:26:28.000Z","size":32,"stargazers_count":9,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-21T13:44:20.715Z","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.org","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":"2013-02-21T02:59:44.000Z","updated_at":"2021-02-13T04:29:40.000Z","dependencies_parsed_at":"2022-08-20T08:31:40.431Z","dependency_job_id":null,"html_url":"https://github.com/zk-phi/scratch-pop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zk-phi/scratch-pop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zk-phi%2Fscratch-pop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zk-phi%2Fscratch-pop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zk-phi%2Fscratch-pop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zk-phi%2Fscratch-pop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zk-phi","download_url":"https://codeload.github.com/zk-phi/scratch-pop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zk-phi%2Fscratch-pop/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259363354,"owners_count":22846247,"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":["emacs"],"created_at":"2024-08-05T06:01:47.251Z","updated_at":"2025-06-11T23:33:40.472Z","avatar_url":"https://github.com/zk-phi.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"* scratch-pop.el\r\n\r\n\"scratch\"バッファをポップアップ (・バックアップ)\r\n\r\npop-up (and optionaly back-up) \"scratch\"es\r\n\r\n** USER VISIBLE CHANGE IN 2.2.0\r\n\r\nNow =scratch-pop.el= does not require =popwin.el=, and use new\r\nfunction =scratch-pop-popup-buffer= to popup scratch buffers by\r\ndefault.\r\n\r\nYou may restore the last behavior by =require=-ing =popwin= and change\r\nthe variable =scratch-pop-popup-function=.\r\n\r\n: (require 'popwin)\r\n: (setq scratch-pop-popup-function 'popwin:popup-buffer)\r\n\r\n** Usage\r\n\r\nLoad this script\r\n\r\n: (require 'scratch-pop)\r\n\r\nand you can popup a scratch buffer with \"M-x scratch-pop\". If a\r\nscratch is already displayed, new buffers (like =*scratch2*=,\r\n=*scratch3*= ...) are created. You may also bind some keys to\r\n\"scratch-pop\" if you want.\r\n\r\n: (global-set-key \"C-M-s\" 'scratch-pop)\r\n\r\nYou can backup scratches by calling `scratch-pop-backup-scratches'\r\nafter setting `scratch-pop-backup-directory',\r\n\r\n: (setq scratch-pop-backup-directory \"~/.emacs.d/scratch_pop/\")\r\n: (add-hook 'kill-emacs-hook 'scratch-pop-backup-directory)\r\n\r\nand then restore backups by calling `scratch-pop-restore-scratches'.\r\n\r\n: (scratch-pop-restore-scratches 2) ;; restores *scratch* and *scratch2*\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzk-phi%2Fscratch-pop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzk-phi%2Fscratch-pop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzk-phi%2Fscratch-pop/lists"}