New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

gg-log

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gg-log

View your git commits across multiple directories in a beautiful console format.

latest
Source
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

gg-log

Global git log shows you all of your git commits across multiple directories over a given interval.

$ gg-log <time> <directory>

Here, <time> abides by any time format that can be supplied to traditional git log arguments. Here are some examples:

$ gg-log 1.day dir1
$ gg-log 7.am dir2
$ gg-log 6.hours dir3
$ gg-log 1.week dir4

If no arguments are supplied, <time> defaults to 1.day and <directory> defaults to ~.

Video Example

asciicast

Installation

$ npm install -g gg-log

Alternatively, one can clone this repository and invoke ./gg-log.sh <time> <directory> directly through the shell.

Requirements

  • Unix system (i.e., Linux/Mac)
  • Git

Keywords

git

FAQs

Package last updated on 29 Jan 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts