Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhiyerra/github.el
Interact with github through Emacs
https://github.com/abhiyerra/github.el
Last synced: 30 days ago
JSON representation
Interact with github through Emacs
- Host: GitHub
- URL: https://github.com/abhiyerra/github.el
- Owner: abhiyerra
- Created: 2011-04-24T06:31:14.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-07-19T07:56:24.000Z (over 13 years ago)
- Last Synced: 2024-10-03T04:21:04.166Z (about 2 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 513 KB
- Stars: 10
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
A way to interact with github through Emacs. Currently only supports
posting issues.# Config
(load "~/path/to/github.el/github.el")
(require 'github)(setq github-login "abhiyerra")
;; Enter your github password.
(setq github-password "Password")
;; The repos that you want to have autocompleted
(setq github-autocomplete-repos
'("abhiyerra/txtdrop"
"abhiyerra/rutt"
"abhiyerra/Ravana"))# Help
- M-x github-issues-new - Create a new issue for a repository.
- M-x github-issues-list - List issues for a repository.