{"id":13861541,"url":"https://github.com/honmaple/emacs-maple-minibuffer","last_synced_at":"2025-09-19T07:24:33.489Z","repository":{"id":46403302,"uuid":"200800877","full_name":"honmaple/emacs-maple-minibuffer","owner":"honmaple","description":"Show minibuffer with another frame","archived":false,"fork":false,"pushed_at":"2021-10-16T13:40:52.000Z","size":1863,"stargazers_count":81,"open_issues_count":5,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-08T22:32:17.437Z","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":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/honmaple.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-06T07:36:00.000Z","updated_at":"2025-03-03T02:22:19.000Z","dependencies_parsed_at":"2022-09-24T23:03:15.624Z","dependency_job_id":null,"html_url":"https://github.com/honmaple/emacs-maple-minibuffer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/honmaple/emacs-maple-minibuffer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Femacs-maple-minibuffer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Femacs-maple-minibuffer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Femacs-maple-minibuffer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Femacs-maple-minibuffer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/honmaple","download_url":"https://codeload.github.com/honmaple/emacs-maple-minibuffer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Femacs-maple-minibuffer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275895231,"owners_count":25547882,"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-09-19T02:00:09.700Z","response_time":108,"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-08-05T06:01:24.714Z","updated_at":"2025-09-19T07:24:33.428Z","avatar_url":"https://github.com/honmaple.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"* emacs-maple-minibuffer\n  Show minibuffer with another frame\n\n** screenshot\n   [[https://github.com/honmaple/emacs-maple-minibuffer/blob/master/screenshot/example.gif]]\n\n** How to use\n   #+begin_src bash\n   git clone https://github.com/honmaple/emacs-maple-minibuffer ~/.emacs.d/site-lisp/maple-minibuffer\n   #+end_src\n\n   #+begin_src elisp\n     (use-package maple-minibuffer\n       :ensure nil\n       :hook (after-init . maple-minibuffer-mode)\n       :config\n       (setq maple-minibuffer:position-type 'window-bottom-left\n             maple-minibuffer:border-color \"gray50\"\n             maple-minibuffer:height nil\n             maple-minibuffer:width 0.7\n             maple-minibuffer:cache t)\n\n       (setq maple-minibuffer:action '(read-from-minibuffer read-string)\n             maple-minibuffer:ignore-action '(evil-ex eval-expression))\n\n       (add-to-list 'maple-minibuffer:ignore-action 'org-schedule)\n       (add-to-list 'maple-minibuffer:ignore-regexp \"^helm-\")\n\n       ;; more custom parameters for frame\n       (defun maple-minibuffer:parameters ()\n         \"Maple minibuffer parameters.\"\n         `((height . ,(or maple-minibuffer:height 10))\n           (width . ,(or maple-minibuffer:width (window-pixel-width)))\n           (left-fringe . 5)\n           (right-fringe . 5))))\n   #+end_src\n   \n*** *maple-minibuffer:postion-type*\n    - frame-center\n    - frame-top-center\n    - frame-top-left\n    - frame-top-right\n    - frame-bottom-left\n    - frame-bottom-right\n    - window-center\n    - window-top-center\n    - window-top-left\n    - window-top-right\n    - window-bottom-left\n    - window-bottom-right)\n    \n   \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonmaple%2Femacs-maple-minibuffer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhonmaple%2Femacs-maple-minibuffer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonmaple%2Femacs-maple-minibuffer/lists"}