Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akirak/helm-tail
Browse recent errors in Emacs via Helm
https://github.com/akirak/helm-tail
emacs helm
Last synced: 4 months ago
JSON representation
Browse recent errors in Emacs via Helm
- Host: GitHub
- URL: https://github.com/akirak/helm-tail
- Owner: akirak
- Created: 2018-06-09T07:04:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-26T09:47:04.000Z (over 2 years ago)
- Last Synced: 2024-04-24T03:05:46.163Z (10 months ago)
- Topics: emacs, helm
- Language: Emacs Lisp
- Homepage:
- Size: 14.6 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/akirak/helm-tail.svg?branch=master)](https://travis-ci.org/akirak/helm-tail) [![MELPA](https://melpa.org/packages/helm-tail-badge.svg)](https://melpa.org/#/helm-tail)
# helm-tail
`helm-tail` is a Helm interface for browsing recent items from special buffers such as `*Backtrace*`, `*compilation*`, `*Messages*`, etc. You can use it to remember a recent error in Emacs with a single command. You can use `C-c TAB` to insert an error message into the current buffer, and `C-c C-k` to save it in the kill ring.
You can customize the list of sources with `helm-tail-sources` variable.
## Installation
Available from MELPA.