All Projects → rbong → Vim Flog

rbong / Vim Flog

A lightweight and powerful git branch viewer for vim.

Projects that are alternatives of or similar to Vim Flog

Lagmonitor
Monitor performance of your Minecraft server. Similar to VisualVM and Java Mission Control.
Stars: ✭ 147 (-53.18%)
Mutual labels:  graph, plugin
Things.sh
Simple read-only comand-line interface to your Things 3 database
Stars: ✭ 492 (+56.69%)
Mutual labels:  graph, plugin
Sparkliner
Sparkliner — easy way to make sparkline graph [Sketch plugin]
Stars: ✭ 184 (-41.4%)
Mutual labels:  graph, plugin
Node Audio
Graph-based audio api for Node.js based on LabSound and JUCE
Stars: ✭ 67 (-78.66%)
Mutual labels:  graph, plugin
V Chart Plugin
Easily bind a chart to the data stored in your Vue.js components.
Stars: ✭ 188 (-40.13%)
Mutual labels:  graph, plugin
Graph U Nets
Pytorch implementation of Graph U-Nets (ICML19)
Stars: ✭ 300 (-4.46%)
Mutual labels:  graph
Daiquiri
Python library to easily setup basic logging functionality
Stars: ✭ 308 (-1.91%)
Mutual labels:  log
Validate
A simple jQuery plugin to validate forms.
Stars: ✭ 298 (-5.1%)
Mutual labels:  plugin
Console
OS X console application.
Stars: ✭ 298 (-5.1%)
Mutual labels:  log
Custom Field Suite
Custom fields UI for WordPress
Stars: ✭ 312 (-0.64%)
Mutual labels:  plugin
Grafana Diagram
A Grafana plugin to visualize metrics in a diagram using flow charts, gantt charts, sequence diagrams, or class diagrams
Stars: ✭ 310 (-1.27%)
Mutual labels:  plugin
Libfirm
graph based intermediate representation and backend for optimising compilers
Stars: ✭ 305 (-2.87%)
Mutual labels:  graph
Jquery Match Height
a responsive equal heights plugin
Stars: ✭ 3,100 (+887.26%)
Mutual labels:  plugin
Constellation
A graph-focused data visualisation and interactive analysis application.
Stars: ✭ 309 (-1.59%)
Mutual labels:  graph
Smartshape2d
A 2D Terrain Tool for Godot 3.2
Stars: ✭ 285 (-9.24%)
Mutual labels:  plugin
Chartjs Plugin Streaming
Chart.js plugin for live streaming data
Stars: ✭ 310 (-1.27%)
Mutual labels:  plugin
Kataribe
Access log profiler based on response time
Stars: ✭ 298 (-5.1%)
Mutual labels:  log
Coderchef Kitchen
The official repository for our programming kitchen which consists of 50+ delicious programming recipes having all the interesting ingredients ranging from dynamic programming, graph theory, linked lists and much more. All the articles contain beautiful images and some gif/video at times to help clear important concepts.
Stars: ✭ 306 (-2.55%)
Mutual labels:  graph
Firebasepushnotificationplugin
Firebase Push Notification Plugin for Xamarin iOS and Android
Stars: ✭ 307 (-2.23%)
Mutual labels:  plugin
Intellij Elm
Elm language support for IntelliJ, WebStorm, PhpStorm and PyCharm (JetBrains)
Stars: ✭ 305 (-2.87%)
Mutual labels:  plugin

Flog

Build Status

Flog is a lightweight and powerful git branch viewer that integrates with fugitive.

flog in action

Installation

Using Plug add the following to your .vimrc:

Plug 'tpope/vim-fugitive'
Plug 'rbong/vim-flog'

See :help plug-example for more information. If you do not use plug, see your plugin manager of choice's documentation.

Requires vim version 7.4.2204 or greater. Neovim is also supported.

Using Flog

Open the commit graph with :Flog or :Flogsplit. Many options can be passed in, complete with <Tab> completion.

Open commits in temporary windows once you've opened Flog using <CR>. Jump between commits with <C-N> and <C-P>.

Refresh the graph with u. Toggle viewing all branches with a. Toggle bisect mode with gb. Toggle displaying no merges with gm. Toggle viewing the reflog with gr. Quit with gq.

Many of the bindings that work in fugitive in :Gstatus windows will work in Flog.

To see more bindings or get a refresher, press g?.

Run :Git commands in a split next to the graph using :Floggit -p. Command line completion is provided to do any git command with the commits and refs under the cursor.

You can do a lot more with Flog. Flog can be heavily customized, and comes with utility functions for defining your own commands. See the examples for more details.

Getting Help

If you have questions, requests, or bugs, see the issue tracker and :help flog.

Please see fugitive for help with Fugitive commands. See git log --help for any problems specific to git log.

More info:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].