{"id":14008002,"url":"https://github.com/nlamirault/emacs-gitlab","last_synced_at":"2025-07-10T11:33:44.555Z","repository":{"id":22833493,"uuid":"26180614","full_name":"nlamirault/emacs-gitlab","owner":"nlamirault","description":"A Gitlab client for Emacs","archived":false,"fork":false,"pushed_at":"2022-01-14T14:42:32.000Z","size":523,"stargazers_count":139,"open_issues_count":22,"forks_count":30,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-08-11T11:02:37.663Z","etag":null,"topics":["emacs","gitlab"],"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-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nlamirault.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-04T17:40:19.000Z","updated_at":"2024-06-27T11:15:03.000Z","dependencies_parsed_at":"2022-08-17T17:00:42.345Z","dependency_job_id":null,"html_url":"https://github.com/nlamirault/emacs-gitlab","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlamirault%2Femacs-gitlab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlamirault%2Femacs-gitlab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlamirault%2Femacs-gitlab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlamirault%2Femacs-gitlab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nlamirault","download_url":"https://codeload.github.com/nlamirault/emacs-gitlab/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225637120,"owners_count":17500361,"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","gitlab"],"created_at":"2024-08-10T11:01:08.852Z","updated_at":"2024-11-20T21:59:16.853Z","avatar_url":"https://github.com/nlamirault.png","language":"Emacs Lisp","readme":"# emacs-gitlab\n\n[![License GPL 3][badge-license]][LICENSE]\n[![Coverage Status](https://coveralls.io/repos/nlamirault/emacs-gitlab/badge.png)](https://coveralls.io/r/nlamirault/emacs-gitlab)\n\nMaster :\n* [![MELPA Stable](https://stable.melpa.org/packages/gitlab-badge.svg)](https://stable.melpa.org/#/gitlab)\n* [![Circle CI](https://circleci.com/gh/nlamirault/emacs-gitlab/tree/master.svg?style=svg)](https://circleci.com/gh/nlamirault/emacs-gitlab/tree/master)\n\nDevelop:\n* [![Melpa Status](https://melpa.org/packages/gitlab-badge.svg)](https://melpa.org/#/gitlab)\n* [![Circle CI](https://circleci.com/gh/nlamirault/emacs-gitlab/tree/develop.svg?style=svg)](https://circleci.com/gh/nlamirault/emacs-gitlab/tree/develop)\n\nPackage `gitlab` provides a REST client to the [Gitlab][] API.\n\n## Installation\n\n### Installation via package.el\n\n`package.el` is the built-in package manager in Emacs.\n\nemacs-gitlab is available on the two major community maintained repositories -\n[MELPA STABLE](melpa-stable.milkbox.net), [MELPA](http://melpa.milkbox.net).\n\nYou can install `gitlab` with the following commnad:\n\n\u003ckbd\u003eM-x package-install [RET] gitlab [RET]\u003c/kbd\u003e\n\nor by adding this bit of Emacs Lisp code to your Emacs initialization file\n(`.emacs` or `init.el`):\n\n```el\n(unless (package-installed-p 'gitlab)\n  (package-install 'gitlab))\n```\n\nIf the installation doesn't work try refreshing the package list:\n\n\u003ckbd\u003eM-x package-refresh-contents [RET]\u003c/kbd\u003e\n\nKeep in mind that MELPA packages are built automatically from\nthe `master` branch, meaning bugs might creep in there from time to\ntime. Never-the-less, installing from MELPA is the recommended way of\nobtaining emacs-gitlab, as the `master` branch is normally quite stable and\n\"stable\" (tagged) builds are released somewhat infrequently.\n\nWith the most recent builds of Emacs, you can pin emacs-gitlab to always\nuse MELPA Stable by adding this to your Emacs initialization:\n\n```el\n(add-to-list 'package-pinned-packages '(gitlab . \"melpa-stable\") t)\n```\n\n### Via el-get\n\n[el-get](https://github.com/dimitri/el-get) is another popular package manager for Emacs. If you're an el-get\nuser just do \u003ckbd\u003eM-x el-get-install [RET] gitlab [RET]\u003c/kbd\u003e.\n\n### Manual\n\nYou can install emacs-gitlab manually by placing it on your `load-path` and\n`require` ing it. Many people favour the folder `~/.emacs.d/vendor`.\n\n```el\n(add-to-list 'load-path \"~/.emacs.d/vendor/\")\n(require 'gitlab)\n```\n\n## Usage\n\n* Setup your Gitlab configurations :\n\n        $ (setq gitlab-host \"https://gitlab.com\"\n                gitlab-token-id \"foo\")\n\n* Show user's projects with helm interface:\n\n        $ M-x helm-gitlab-projects\n\n[projects](var/emacs-gitlab-0.3-helm-projects.png)\n\n\n* Show user's issues with helm interface:\n\n        $ M-x helm-gitlab-issues\n\n* Open current issue:\n\n        $ M-x gitlab-open-issue\n        $ o\n\n* Close current issue:\n\n        $ M-x gitlab-close-issue\n        $ c\n\n## Development\n\n### Cask\n\n``gitlab`` use [Cask][] for dependencies management.\nInstall it and retrieve dependencies :\n\n    $ curl -fsSkL https://raw.github.com/cask/cask/master/go | python\n    $ export PATH=\"$HOME/.cask/bin:$PATH\"\n    $ cask\n\n\n### Tests\n\n* Setup your Gitlab informations :\n\n        $ cat $HOME/.emacs-gitlab.rc\n        #!/bin/bash\n        export GITLAB_HOST=\"https://gitlab.com\"\n        export GITLAB_TOKEN_ID=\"yourtokenid\"\n        export GITLAB_PROJECT_ID=111222\n        export GITLAB_PROJECT_NAME=\"myproject\"\n        export GITLAB_PROJECT_DESCRIPTION=\"a project description\"\n        export GITLAB_ISSUE_ID=145645\n        export GITLAB_ISSUE_TITLE=\"the issue title\"\n\n* Launch unit tests :\n\n        $ . $HOME/.emacs-gitlab.rc\n        $ make clean test\n\n\n## Support / Contribute\n\nSee [here](CONTRIBUTING.md)\n\n\n\n## Changelog\n\nA changelog is available [here](ChangeLog.md).\n\n\n## License\n\nSee [LICENSE](LICENSE).\n\n\n## Contact\n\nNicolas Lamirault \u003cnicolas.lamirault@gmail.com\u003e\n\n\n\n[emacs-gitlab]: https://github.com/nlamirault/emacs-gitlab\n[badge-license]: https://img.shields.io/badge/license-GPL_2-green.svg?style=flat\n[LICENSE]: https://github.com/nlamirault/emacs-gitlab/blob/master/LICENSE\n[travis]: https://travis-ci.org/nlamirault/emacs-gitlab\n[badge-travis]: http://img.shields.io/travis/nlamirault/emacs-gitlab.svg?style=flat\n[badge-drone]: https://drone.io/github.com/nlamirault/emacs-gitlab/status.png\n[drone]: https://drone.io/github.com/nlamirault/emacs-gitlab/latest\n\n[GNU Emacs]: https://www.gnu.org/software/emacs/\n[MELPA]: https://melpa.org\n[Cask]: http://cask.github.io/\n[Issue tracker]: https://github.com/nlamirault/emacs-gitlab/issues\n\n[Gitlab]: https://www.gitlab.com/\n[Helm]: https://github.com/emacs-helm/helm\n","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnlamirault%2Femacs-gitlab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnlamirault%2Femacs-gitlab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnlamirault%2Femacs-gitlab/lists"}