Skip to content

An interactive tail mode that allows you to filter the tail with unix pipes and highlight the contents of the tailed file. Works locally or on remote files using tramp.

re5et/itail

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

Commentary

An interactive tail mode that allows you to filter the tail with unix pipes and highlight the contents of the tailed file. Works locally or on remote files using tramp.

Installation

Install package from http://melpa.milkbox.net/#installing

M-x package-install RET itail RET

Usage

(require 'itail)
M-x itail RET /file/to/tail

Add / remove / toggle filters and highlight tail results using the below mode bindings.

You can customize a few useful things by

M-x customize RET

and search for itail

Mode Keys

key        binding
---        -------
C-c -      itail-remove-last-filter
C-c c      itail-clear
C-c f      itail-toggle-filter
C-c g      itail-add-grep
C-c h      itail-highlight
C-c r      itail-remove-all-filters
C-c s      itail-show-filters
C-c u      itail-unhighlight
C-c C-k    itail-reload
C-c C-c    itail-kill

About

An interactive tail mode that allows you to filter the tail with unix pipes and highlight the contents of the tailed file. Works locally or on remote files using tramp.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published