Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-kostyaev/ash.el
Basic ash emacs integration
https://github.com/s-kostyaev/ash.el
Last synced: 2 days ago
JSON representation
Basic ash emacs integration
- Host: GitHub
- URL: https://github.com/s-kostyaev/ash.el
- Owner: s-kostyaev
- License: gpl-2.0
- Created: 2015-09-11T12:08:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-17T12:36:52.000Z (about 9 years ago)
- Last Synced: 2024-11-12T11:44:50.545Z (2 months ago)
- Language: Emacs Lisp
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Warning
This package is deprecated. Use [helm-ash](https://github.com/s-kostyaev/helm-ash) instead.
# Introduction
ash.el is simple integration [ash](https://github.com/seletskiy/ash)
into emacs.# Setup
Clone this repo. Add path to repo directory into load path & require
into `.emacs`.```elisp
(add-to-list 'load-path "/path/to/ash/repo")
(require 'ash)
```# Usage
`M-x ash-inbox ` - open ash inbox.
In new buffer `*ash inbox*` move cursor to pull request url. Now you
may:
- `C-c C-r` or `ash-review` for overview current PR
- `ash-approve` for approve current PR
- `ash-decline` for decline current PR
- `C-c C-l` or `ash-ls` for list of files in current PR in new buffer. In this
buffer you may:
- `C-c C-f` or `ash-review-file` for review file at point
- `C-c C-r` or `ash-review` for overview current PR
- `ash-approve` for approve current PR
- `ash-decline` for decline current PR