{"id":21596868,"url":"https://github.com/iostapyshyn/eshell-vterm","last_synced_at":"2025-04-15T13:43:14.229Z","repository":{"id":40467713,"uuid":"381190991","full_name":"iostapyshyn/eshell-vterm","owner":"iostapyshyn","description":"Run eshell-visual-commands in Vterm","archived":false,"fork":false,"pushed_at":"2024-03-05T11:49:32.000Z","size":27,"stargazers_count":43,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T20:45:33.670Z","etag":null,"topics":["emacs","eshell","shell","terminal-emulator","vterm"],"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/iostapyshyn.png","metadata":{"files":{"readme":"README.md","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-06-29T00:05:38.000Z","updated_at":"2025-03-07T10:42:58.000Z","dependencies_parsed_at":"2025-01-22T20:44:30.439Z","dependency_job_id":null,"html_url":"https://github.com/iostapyshyn/eshell-vterm","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/iostapyshyn%2Feshell-vterm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iostapyshyn%2Feshell-vterm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iostapyshyn%2Feshell-vterm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iostapyshyn%2Feshell-vterm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iostapyshyn","download_url":"https://codeload.github.com/iostapyshyn/eshell-vterm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249081979,"owners_count":21209789,"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","eshell","shell","terminal-emulator","vterm"],"created_at":"2024-11-24T18:01:36.075Z","updated_at":"2025-04-15T13:43:14.193Z","avatar_url":"https://github.com/iostapyshyn.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"[![MELPA](https://melpa.org/packages/eshell-vterm-badge.svg)](https://melpa.org/#/eshell-vterm)\n# eshell-vterm\n\nAn Emacs global minor mode allowing `eshell` to use\n[`vterm`](https://github.com/akermu/emacs-libvterm) for visual commands.\n\n## Installation\n\n0. Make sure you have `vterm` installed\n\n1. Download `eshell-vterm`\n\n```\ngit clone https://github.com/iostapyshyn/eshell-vterm.git ~/.emacs.d/site-lisp/eshell-vterm\n```\n\n2. Configure automatic loading for the package using your preferred method (e.g. `use-package`):\n\n```\n(use-package eshell-vterm\n  :load-path \"site-lisp/eshell-vterm\"\n  :demand t\n  :after eshell\n  :config\n  (eshell-vterm-mode))\n```\n\n3. Optionally, add an alias to `eshell` to be able to run any command in visual mode:\n```\n~ $ (defalias 'eshell/v 'eshell-exec-visual) # add this to your init.el\n~ $ v nethack\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiostapyshyn%2Feshell-vterm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiostapyshyn%2Feshell-vterm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiostapyshyn%2Feshell-vterm/lists"}