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

https://github.com/theproductiveprogrammer/show2html

Show a git commit in a nice HTML page
https://github.com/theproductiveprogrammer/show2html

Last synced: 9 months ago
JSON representation

Show a git commit in a nice HTML page

Awesome Lists containing this project

README

          

# Show2Html

Convert `git show ` to neatly formatted HTML.

## Usage

```sh
$> git show 595e0b5fd | ./show2html.sh
```

![sample-screenshot](./sample-screenshot.png)

Enjoy!