An open API service indexing awesome lists of open source software.

https://github.com/yasukotelin/git-diffs

git-diffs is the git subcommand that is diff files selector.
https://github.com/yasukotelin/git-diffs

diff git git-subcommand go golang

Last synced: 23 days ago
JSON representation

git-diffs is the git subcommand that is diff files selector.

Awesome Lists containing this project

README

          

# git-diffs

git-diffs is the git subcommand that is diff files selector.

## Description

You can use the `git-diffs` as a git subcommand like `git diffs`.

This shows diff file names and show diff when you select one.

git-diffs schreenshot

## Install

If you have go environment, you can use `go get` and install.

```
go get -u github.com/yasukotelin/git-diffs
```

## Licence

MIT

## Author

yasukotelin