lingo / flame

A prettier git-blame tool

Home Page:http://lingo.github.io/flame/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flame

A prettier git blame

This is a small (in concept, not size) app that functions similiarly to git gui blame, but with syntax highlighting and a simpler UI.

Features

  • Syntax highlighting for many languages (courtesy of highlight.js)
  • Jump to commit in log (requires GitK)
  • Function search (depending on language)

Screenshots

Initial view

Initial view

Ctrl+R function search

Ctrl+R function search

Ctrl+G goto line

Ctrl+G goto line

Click on a line to show commit info

Show Commit on click

Build

git clone https://github.com/lingo/flame.git
cd flame
npm install
gulp

Usage

flame path/to/file

About

A prettier git-blame tool

http://lingo.github.io/flame/


Languages

Language:JavaScript 79.3%Language:CSS 18.1%Language:HTML 2.4%Language:Shell 0.1%