{"id":16752163,"url":"https://github.com/zwpaper/posframe-project-term","last_synced_at":"2026-01-02T15:48:52.933Z","repository":{"id":77715135,"uuid":"402980709","full_name":"zwpaper/posframe-project-term","owner":"zwpaper","description":"Posframe Popup Terminal Window based on Project Root","archived":false,"fork":false,"pushed_at":"2022-01-28T09:39:58.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-22T17:45:35.273Z","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/zwpaper.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":"2021-09-04T06:18:24.000Z","updated_at":"2022-01-28T09:40:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"a8f7921c-16f7-4800-b6f0-8da1a3745f87","html_url":"https://github.com/zwpaper/posframe-project-term","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/zwpaper%2Fposframe-project-term","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwpaper%2Fposframe-project-term/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwpaper%2Fposframe-project-term/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwpaper%2Fposframe-project-term/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zwpaper","download_url":"https://codeload.github.com/zwpaper/posframe-project-term/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243826788,"owners_count":20354222,"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":[],"created_at":"2024-10-13T02:46:04.234Z","updated_at":"2026-01-02T15:48:52.903Z","avatar_url":"https://github.com/zwpaper.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Created 2021-09-02 Tue 10:41\n#+TITLE: Posframe Project Term\n#+AUTHOR: Wei Zhang\n\n* What is Posframe Project Term?\n\n  Posframe Project Term can pop up a terminal frame in the middle of Emacs\n  based on the buffer project root.\n\n  Currently, the popup terminal is [[https://github.com/akermu/emacs-libvterm][VTerm]],\n  and use [[https://github.com/bbatsov/projectile][Projectile]] to detect the =project-root=,\n  it will use the current directory if no =project-root= found.\n\n  The main advantages are:\n  1. It is fast enough using posframe.\n  2. It is easy switching to the right term for different projects.\n\n* Installation\n\n** Download the package\n\n  #+begin_src sh\n    git clone --depth 1 https://github.com/zwpaper/posframe-project-term.git\n  #+end_src\n\n** Enable in Emacs\n\n*** Manual\n\n    #+begin_src elisp\n      (add-to-list 'load-path \"DOWNLOADED_PATH\")\n      (require 'posframe-project-term)\n    #+end_src\n\n*** Use Package\n\n    bind keys:\n    - =C-c o=: posframe-project-term-toggle\n\n    #+begin_src elisp\n      (use-package posframe-project-term\n        :ensure nil\n        :load-path \"DOWNLOADED_PATH\"\n        :bind\n        ((\"C-c t\" . posframe-project-term-toggle)))\n    #+end_src\n\n* Usage\n\n** Create a VTerm frame with current project root\n\n   use the keybinding defined above: =C-c t=, or call command:\n\n   #+begin_src elisp\n     (posframe-project-term-toggle)\n   #+end_src\n\n   It will use the current directory if no project root found.\n\n** Kill all created VTerm frame and buffers\n\n   #+begin_src elisp\n     (posframe-project-term-killall)\n   #+end_src\n\n\n* TODO\n\n- [ ] Jump to Posframe Project Term selected from the term list.\n- [ ] Kill selected Posframe Project Term from the term list.\n- [ ] Add configuration for other terms, e.g. =eshell=, [[https://github.com/manateelazycat/aweshell][aweshell]]\n- [ ] Add =project.el= to detect =project-root=\n- [ ] Release on MELPA\n\n* Donate\n\nIf you think the it's helpful for you,\nplease consider paying a cup of coffee for me. Thank you! 😄\n\n#+html: \u003cp align=\"left\"\u003e\n#+html:   \u003cimg src=\"https://raw.githubusercontent.com/zwpaper/zwpaper/master/.github/images/IMG_5240.jpg\" alt=\"wechat\" width=\"200\" height=\"200\"/\u003e\n#+html:   \u003cimg src=\"https://raw.githubusercontent.com/zwpaper/zwpaper/master/.github/images/IMG_5241.jpg\" alt=\"alipay\" width=\"200\" height=\"200\"/\u003e\n#+html: \u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzwpaper%2Fposframe-project-term","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzwpaper%2Fposframe-project-term","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzwpaper%2Fposframe-project-term/lists"}