{"id":14008011,"url":"https://github.com/xuchunyang/eshell-git-prompt","last_synced_at":"2025-04-11T11:07:50.865Z","repository":{"id":44596092,"uuid":"42290435","full_name":"xuchunyang/eshell-git-prompt","owner":"xuchunyang","description":"Some Eshell prompts for Git users","archived":false,"fork":false,"pushed_at":"2022-08-30T20:02:46.000Z","size":227,"stargazers_count":82,"open_issues_count":1,"forks_count":11,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-25T07:30:16.479Z","etag":null,"topics":["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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xuchunyang.png","metadata":{"files":{"readme":"README.org","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}},"created_at":"2015-09-11T05:57:02.000Z","updated_at":"2024-12-23T02:12:41.000Z","dependencies_parsed_at":"2022-09-05T08:30:46.382Z","dependency_job_id":null,"html_url":"https://github.com/xuchunyang/eshell-git-prompt","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuchunyang%2Feshell-git-prompt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuchunyang%2Feshell-git-prompt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuchunyang%2Feshell-git-prompt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuchunyang%2Feshell-git-prompt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xuchunyang","download_url":"https://codeload.github.com/xuchunyang/eshell-git-prompt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248381761,"owners_count":21094525,"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":["eshell"],"created_at":"2024-08-10T11:01:09.310Z","updated_at":"2025-04-11T11:07:50.845Z","avatar_url":"https://github.com/xuchunyang.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"* eshell-git-prompt [[https://melpa.org/#/eshell-git-prompt][https://melpa.org/packages/eshell-git-prompt-badge.svg]] [[https://stable.melpa.org/#/eshell-git-prompt][https://stable.melpa.org/packages/eshell-git-prompt-badge.svg]]\n\nThis package provides some themes of Emacs Shell (Eshell) prompt.\n\n** Usage\n\nIn Eshell, type ~use-theme~ to list and preview available themes, then\ntype ~use-theme name~ to choose a theme.\n\n[[./img/eshell-git-prompt-usage.png]]\n\nYou can also choose a theme in your init file by using\n~eshell-git-prompt-use-theme~, then Eshell will use theme at the\nstartup. For example, put the following in you init file\n\n#+BEGIN_SRC emacs-lisp\n(eshell-git-prompt-use-theme 'powerline)\n#+END_SRC\n\n** Recover\n\n(Just in case some theme breaks your Eshell)\n\nTo recover the Eshell default prompt, type\n\n#+BEGIN_SRC shell\n$ use-theme default\n#+END_SRC\n\nor ~M-x eshell-git-prompt-use-theme RET default RET~.\n\n** How does this package work?\n\nYou can customize Eshell's prompt via something like the following\n\n#+BEGIN_SRC emacs-lisp\n(setq eshell-prompt-function (lambda () \"A simple prompt.\" \"$ \")\n      eshell-prompt-regexp    \"^$ \")\n#+END_SRC\n\nthis package uses the same way.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxuchunyang%2Feshell-git-prompt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxuchunyang%2Feshell-git-prompt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxuchunyang%2Feshell-git-prompt/lists"}