Code Monkey home page Code Monkey logo

github-issues.el's Introduction

github-issues.el

An Emacs mode for managing project's issues on GitHub.

The final goal for using github-issues.el is to list, show, add, edit, remove, comment and assign issues on GitHub hosted projects without leaving Emacs.

Dependencies

I've tried to keep the dependencies to a minimum. Current dependencies are:

  • tabulated-list
  • url
  • font-lock

Functions

github-issues (user repo)

Opens a github-issues-mode buffer listing the issues for the given user and repository.

github-issue (user repo number) NOT IMPLEMENTED

Interactive function that opens a new github-issue-mode buffer with the given issue description.

Non-interactive functions

github-issues-buffer (user repo)

Creates or return the buffer for the given user and repository.�

github-issue-buffer (user repo number)

Creates or return the buffer for the given issue.

github-parse-response

Parses the JSON response from a GitHub API call.

github-api-repository-issues (user repo)

Returns a list of issues in plist format.

github-api-repository-issue (user repo number)

Return an issue data in plist format.

github-issues-populate (buffer issues)

Populates the given buffer with a list of issues. See github-api-repository-issues.

github-issue-populate (buffer issue)

Populates the given buffer with an issue description. See github-api-repository-issue.

Modes

github-issues-mode

Major mode derived from tabulated-list-mode, to display a list of issues.

In this mode the following keymap is active:

  • C-c r: refresh the list of issues.

github-issue-mode

Major mode derived from font-lock-mode to display a given issue data.

In this mode the following keymap is active:

  • C-c r: refresh the issue data.
  • C-c o: open the issue in a browser.
  • C-c a: open the issue author page in a browser.

TODO

  • Cache results and add refresh functions.
  • Improve descriptions.
  • Add keymaps.
  • Improve issue information.
  • Add GitHub's authentication for issue management.
  • Add issues pagination.
  • Add customization options.
  • Add comments on issues buffers.
  • Allow comments on issues.

github-issues.el's People

Contributors

inkel avatar purcell avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.