Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gbbr committed Sep 28, 2017
1 parent af30635 commit 985323f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## ev
explore the evolution of a function in your browser.
```
usage: ev <funcname>:<file>
```
Will open the browser showing the git-log history of the function `funcname` from `file` inside the current working directory. Note that this uses `git log -L:<re>:<fn>` syntax to search so it may not always match exactly.

![ev](http://i66.tinypic.com/jtx9uv.png)

See a demo of it in action on `NewBufferString` from the `bytes` package [on YouTube](https://youtu.be/Xawz4zR2kjc).

0 comments on commit 985323f

Please sign in to comment.