0.3.4 • Published 7 years ago

git-diff-glob-cli v0.3.4

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

git-diff-glob-cli

An easy way to diff files in the terminal.

Install

$ npm install -g git-diff-glob-cli
$ git-diff-glob --help

I also put this line in my .bash_profile

alias gd="git-diff-glob --pager"

Usage

Provide a list of substrings for files you want the diff of. git-diff-glob-cli will get the diff of all files that match the substring (case-insensitively by default) and print them to the screen.

# grab diff of all files that match 'READ', e.g. `README.md`
$ git-diff-glob READ --case-sensitive
# grab diff of all '.html' files and output into a pager
$ git-diff-glob --pager html
0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago