{"id":18256667,"url":"https://github.com/honmaple/emacs-maple-run","last_synced_at":"2026-02-07T13:03:54.422Z","repository":{"id":145149505,"uuid":"208599364","full_name":"honmaple/emacs-maple-run","owner":"honmaple","description":"Execute buffer code with comint mode.","archived":false,"fork":false,"pushed_at":"2022-09-01T16:05:31.000Z","size":19,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-27T00:31:06.056Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-15T13:37:13.000Z","updated_at":"2024-08-03T13:43:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"d297f0b7-a8f0-46ca-9e8d-dbcbe9133920","html_url":"https://github.com/honmaple/emacs-maple-run","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/honmaple/emacs-maple-run","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Femacs-maple-run","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Femacs-maple-run/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Femacs-maple-run/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Femacs-maple-run/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/honmaple","download_url":"https://codeload.github.com/honmaple/emacs-maple-run/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Femacs-maple-run/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29194469,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T12:38:28.597Z","status":"ssl_error","status_checked_at":"2026-02-07T12:38:23.888Z","response_time":63,"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":[],"created_at":"2024-11-05T10:23:09.753Z","updated_at":"2026-02-07T13:03:54.392Z","avatar_url":"https://github.com/honmaple.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"* emacs-maple-run\n  Execute current buffer with comint mode that can read from stdin.\n\n** How to use?\n   #+begin_src elisp\n     (use-package maple-run\n       :quelpa (:fetcher github :repo \"honmaple/emacs-maple-run\")\n       :commands (maple-run))\n   #+end_src\n\n   Or alternatively, you can download the repository and install manually by doing:\n   #+begin_src bash\n   git clone https://github.com/honmaple/emacs-maple-run ~/.emacs.d/site-lisp/maple-run\n   #+end_src\n\n   #+begin_src elisp\n     (use-package maple-run\n       :ensure nil\n       :commands (maple-run))\n   #+end_src\n   \n   Then just use =maple-run= to execute current buffer, or use =maple-run:script= and execute code file manually.\n\n** Customize\n   - custom execute commands\n     #+begin_src elisp\n       (add-to-list 'maple-run:alist '(c-mode :command \"gcc %F -o %b \u0026\u0026 ./%b\"))\n       (add-to-list 'maple-run:alist '(cc-mode :command \"gcc %F -o /tmp/%b \u0026\u0026 /tmp/%b\"))\n       (add-to-list 'maple-run:alist '(python-mode :command \"python %F\"))\n       (add-to-list 'maple-run:alist '((html-mode web-mode) :command browse-url-of-file))\n     #+end_src\n\n     *special char*\n     #+begin_example\n     %F - The absolute path of current file.\n     %f - The filename with no directory.\n     %d - The directory name of current file.\n     %B - The absolute path of current file without extension.\n     %b - The filename without extension.\n     #+end_example\n     \n   - other customize\n     #+begin_src elisp\n       ;; The time of process timeout, 0 means never timeout\n       (setq maple-run:timeout 20)\n       ;; auto focus process buffer\n       (setq maple-run:focus t)\n       ;; Whether clear process buffer when execute command every time\n       (setq maple-run:auto-clear nil)\n     #+end_src\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonmaple%2Femacs-maple-run","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhonmaple%2Femacs-maple-run","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonmaple%2Femacs-maple-run/lists"}