{"id":13861881,"url":"https://github.com/functionreturnfunction/dashboard-project-status","last_synced_at":"2025-07-14T09:34:08.099Z","repository":{"id":139502399,"uuid":"168584294","full_name":"functionreturnfunction/dashboard-project-status","owner":"functionreturnfunction","description":"Display the status of a git project in emacs-dashboard","archived":false,"fork":false,"pushed_at":"2019-02-02T13:54:27.000Z","size":138,"stargazers_count":3,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-05T06:04:06.236Z","etag":null,"topics":["dashboard","emacs","git"],"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/functionreturnfunction.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-01-31T19:35:25.000Z","updated_at":"2020-12-08T15:05:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"27805e73-3e56-4003-b080-124e6aaa28c6","html_url":"https://github.com/functionreturnfunction/dashboard-project-status","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/functionreturnfunction%2Fdashboard-project-status","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/functionreturnfunction%2Fdashboard-project-status/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/functionreturnfunction%2Fdashboard-project-status/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/functionreturnfunction%2Fdashboard-project-status/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/functionreturnfunction","download_url":"https://codeload.github.com/functionreturnfunction/dashboard-project-status/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225968891,"owners_count":17553157,"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":["dashboard","emacs","git"],"created_at":"2024-08-05T06:01:32.151Z","updated_at":"2024-11-22T21:31:18.267Z","avatar_url":"https://github.com/functionreturnfunction.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"* dashboard-project-status [[https://travis-ci.org/functionreturnfunction/dashboard-project-status][https://travis-ci.org/functionreturnfunction/dashboard-project-status.png?branch=master]] [[https://coveralls.io/github/functionreturnfunction/dashboard-project-status][https://coveralls.io/repos/github/functionreturnfunction/dashboard-project-status/badge.svg?branch=master]] [[https://melpa.org/#/dashboard-project-status][file:https://melpa.org/packages/dashboard-project-status-badge.svg]]\nDisplay a git project's status in a dashboard widget.\n\nIf magit is installed, a link to the project in magit will be provided as well.\n\n** Screenshot\n[[./screenshot.png]]\n\n** Installation / Usage\n\n*** use-package\n#+begin_src emacs-lisp\n(use-package dashboard\n  :config\n  (use-package dashboard-project-status\n   :config\n    (add-to-list 'dashboard-item-generators\n                 `(project-status . ,(dashboard-project-status *your directory*)))\n    (add-to-list 'dashboard-items '(project-status) t)\n    (setq dashboard-items '((project-status . 10)\n                            (recents        . 10)\n                            (agenda         . 10))))\n  (dashboard-setup-startup-hook))\n#+end_src\n\n*** Without use-package\n#+begin_src emacs-lisp\n;; some time before calling `dashboard-setup-startup-hook':\n(reqiure 'dashboard-project-status)\n(add-to-list 'dashboard-item-generators\n  `(project-status . ,(dashboard-project-status *your directory*)))\n(add-to-list 'dashboard-items '(project-status) t)\n(setq dashboard-items '((project-status . 10)\n                        (recents        . 10)\n                        (agenda         . 10)))\n#+end_src\n\n*** Auto-Refresh Project\nSetting the optional second argument UPDATE for `dashboard-insert-project-status'\nanything non-nil will cause the project to be refreshed automatically using\n\"git remote update\".\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunctionreturnfunction%2Fdashboard-project-status","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffunctionreturnfunction%2Fdashboard-project-status","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunctionreturnfunction%2Fdashboard-project-status/lists"}