Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.