{"id":17760562,"url":"https://github.com/fuco1/eshell-bookmark","last_synced_at":"2026-02-20T19:31:17.221Z","repository":{"id":150147561,"uuid":"102596739","full_name":"Fuco1/eshell-bookmark","owner":"Fuco1","description":"Eshell and bookmark.el integration","archived":false,"fork":false,"pushed_at":"2019-02-02T12:31:28.000Z","size":5,"stargazers_count":20,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-02-12T23:41:03.966Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Fuco1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-09-06T10:43:27.000Z","updated_at":"2025-03-26T12:48:14.000Z","dependencies_parsed_at":"2023-04-09T12:15:51.278Z","dependency_job_id":null,"html_url":"https://github.com/Fuco1/eshell-bookmark","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Fuco1/eshell-bookmark","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fuco1%2Feshell-bookmark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fuco1%2Feshell-bookmark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fuco1%2Feshell-bookmark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fuco1%2Feshell-bookmark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fuco1","download_url":"https://codeload.github.com/Fuco1/eshell-bookmark/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fuco1%2Feshell-bookmark/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29661594,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T16:33:43.953Z","status":"ssl_error","status_checked_at":"2026-02-20T16:33:43.598Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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-10-26T19:05:14.941Z","updated_at":"2026-02-20T19:31:17.188Z","avatar_url":"https://github.com/Fuco1.png","language":"Emacs Lisp","readme":"# eshell-bookmark\n\nSimple package integrating eshell with bookmark.el.\n\nRead the [blog post](https://fuco1.github.io/2017-10-08-Using-bookmarks-with-eshell-and-docker-tramp.html) for introduction.\n\n# Installation\n\nGet it from MELPA or MELPA Stable with `M-x package-install eshell-bookmark`.\n\n# Usage\n\nEnable the bookmark by adding this setup to your config:\n\n``` emacs-lisp\n(add-hook 'eshell-mode-hook 'eshell-bookmark-setup)\n```\n\nOr you can also manually call `(eshell-bookmark-setup)` from any other setup hook you already have.\n\nIf you use `use-package`, the setup can look something like the following:\n\n``` emacs-lisp\n(use-package eshell-bookmark\n  :after eshell\n  :config\n  (add-hook 'eshell-mode-hook #'eshell-bookmark-setup))\n```\n\nAfter this, use the bookmark features as usual:\n\n* capture a bookmark to eshell with `C-x r m`\n* restore an eshell with `C-x r l`\n\nWorks with remote/TRAMP hosts as well, which is super cool.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuco1%2Feshell-bookmark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuco1%2Feshell-bookmark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuco1%2Feshell-bookmark/lists"}