Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.