Skip to content

DigitallyBorn/Ubersicht-Git-Log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Übersicht Git Log Widget

Made for Übersicht

GitHub release GitHub commits GitHub issues license

Übersicht widget to display recent commits from your selected git repository. Widget allows you to select the branch of your project to display the log from (e.g. in case your team normally commit to a 'dev' branch before master).

Übersicht git log

FEATURES

  • Configure any git repository on your local machine and specify the branch to display.
  • Displays project name and commit history including: commit message, relative timestamp, branch info, author info, and hash
  • Widget is positioned initially on screen (configurable), and then can be moved to desired position by pressing Übersicht interaction key and then clicking and dragging widget.
  • Color indicators for recent commits.

SETUP

  1. Set your repository's local folder on line 2.
  2. Set the number of commits to show on line 5.
  3. Set the refresh frequency on line 8.
  4. Configure the Project Variables starting on line 13:
Variable Description Example/Default
branch The git branch of the project to show the log from master
title Project's title to display at the top of the widget Project Name
id CSS id to use to wrap the widget element project-name
width Width of widget, in pixels 300px
----- Initial screen position variables -----
position Position the widget from top or bottom edge of screen top or bottom
align Position the widget from left or right edge of screen left or right
initial_x Pixels horizontal away from the screen align variable 10px
initial_y Pixels vertical away from the screen position variable 10px

Credit