Skip to content

gbbr/ev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ev

explore the evolution of a function in your browser.

usage: ev <funcname>:<file>

Will open the browser showing a friendly UI of the git-log history of the function funcname from file. Below is an example screenshot viewing the IndexAny function from the Go standard library bytes package.

ev

See a demo of it in action on NewBufferString from the bytes package on YouTube, or try it out yourself!

Installation

go get gbbr.io/ev
go install gbbr.io/ev/cmd/...

Note that ev uses git log -L:<re>:<fn> syntax to search so it may not always match exactly.

About

explore the evolution of a function

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published