{"id":21195586,"url":"https://github.com/slamko/emacs-multi-eshell","last_synced_at":"2025-03-14T21:41:29.813Z","repository":{"id":52523234,"uuid":"517689555","full_name":"slamko/emacs-multi-eshell","owner":"slamko","description":"Emacs multi eshell buffers managing tool","archived":false,"fork":false,"pushed_at":"2022-08-03T19:50:32.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-21T14:15:37.796Z","etag":null,"topics":["emacs","emacs-lisp","eshell","extension","multi-buffer"],"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/slamko.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-25T14:03:36.000Z","updated_at":"2022-07-30T19:24:23.000Z","dependencies_parsed_at":"2022-08-27T15:30:57.845Z","dependency_job_id":null,"html_url":"https://github.com/slamko/emacs-multi-eshell","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/slamko%2Femacs-multi-eshell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slamko%2Femacs-multi-eshell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slamko%2Femacs-multi-eshell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slamko%2Femacs-multi-eshell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slamko","download_url":"https://codeload.github.com/slamko/emacs-multi-eshell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243652662,"owners_count":20325599,"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","emacs-lisp","eshell","extension","multi-buffer"],"created_at":"2024-11-20T19:29:01.402Z","updated_at":"2025-03-14T21:41:29.795Z","avatar_url":"https://github.com/slamko.png","language":"Emacs Lisp","readme":"* Emacs multi eshell buffer managing tool\n  GNU Emacs extension for managing multiple eshell buffers and windows.\n  Basically this is a [[https://github.com/emacsmirror/multi-eshell][multi-eshell]] (which has a bit misleading name and stands for Multi Emacs Shell,\n  and in fact does not do well with real *eshell*) rewrite specifically to support Emacs's *eshell*.\n\n** Installation\n*** With Straight package manager\n#+begin_src emacs-lisp\n(straight-use-package\n '(emacs-multi-eshell :host github :repo \"slamko/emacs-multi-eshell\"\n            :branch \"master\"))\n#+end_src\n*** Or cloning the repo and loading the path\n#+begin_src sh\ngit clone git@github.com:slamko/emacs-multi-eshell.git\n#+end_src\n\n#+begin_src emacs-lisp\n(add-to-list 'load-path \"~/path-to-repo\")\n(require 'emacs-multi-eshell)\n#+end_src\n\n** Features\n   The package provides two functions for creating and switching between *eshell* buffers:\n   \n   1. *ees/eshell-new*  - create new eshell buffer and switches to it.\n   2. *ees/eshell-last* - switch to last created buffer, if no was found - create one.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslamko%2Femacs-multi-eshell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslamko%2Femacs-multi-eshell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslamko%2Femacs-multi-eshell/lists"}