{"id":15925405,"url":"https://github.com/rajasegar/eshell-extensions","last_synced_at":"2025-09-04T18:21:50.071Z","repository":{"id":209293834,"uuid":"723665384","full_name":"rajasegar/eshell-extensions","owner":"rajasegar","description":"A bunch of extension functions to work more productively with eshell","archived":false,"fork":false,"pushed_at":"2024-02-12T04:14:15.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-09T02:21:35.948Z","etag":null,"topics":["emacs","emacs-package","eshell"],"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/rajasegar.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}},"created_at":"2023-11-26T11:55:08.000Z","updated_at":"2023-11-26T12:05:09.000Z","dependencies_parsed_at":"2024-02-06T12:38:12.821Z","dependency_job_id":null,"html_url":"https://github.com/rajasegar/eshell-extensions","commit_stats":null,"previous_names":["rajasegar/eshell-extensions"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajasegar%2Feshell-extensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajasegar%2Feshell-extensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajasegar%2Feshell-extensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajasegar%2Feshell-extensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rajasegar","download_url":"https://codeload.github.com/rajasegar/eshell-extensions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247006911,"owners_count":20868099,"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-package","eshell"],"created_at":"2024-10-06T22:01:13.432Z","updated_at":"2025-04-03T13:22:36.675Z","avatar_url":"https://github.com/rajasegar.png","language":"Emacs Lisp","readme":"* eshell-extensions\nA bunch of extension functions to work more productively with eshell \n\n** Installation\n\n#+begin_src  eshell\ngit clone https://github.com/rajasegar/eshell-extensions.git ~/.emacs.d/elpa\n#+end_src\n\n#+begin_src  emacs-lisp\n(use-package eshell-extensions\n  :load-path \"elpa/eshell-extensions/\")\n#+end_src\n\n** Usage\nUse key-bindings for the available functions:\n\n#+begin_src  emacs-lisp\n(use-package general\n  :ensure t\n  :config \n  \n  (general-define-key\n   :states '(normal visual emacs)\n   :prefix \"SPC\"\n   :non-normal-prefix \"C-SPC\"\n   \n   \"e\" '(:ignore t :which-key \"Eshell\")\n   \"ec\" 'eshell-extensions-command-current-line\n   \"eh\" 'eshell-extensions-horizontal\n   \"ek\" 'eshell-extensions-kill-output-buffer\n   \"el\" 'eshell-extensions-previous-command\n   \"et\" 'eshell-extensions-new\n   \"ev\" 'eshell-extensions-vertical\n   \n   ))\n#+end_src\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajasegar%2Feshell-extensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajasegar%2Feshell-extensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajasegar%2Feshell-extensions/lists"}