GitXplorerGitXplorer
V

lingo-rs

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
6b3c2574722bb29f4368e6ad3925069ac789e6af

fixed doc

VVannevelj committed 3 years ago
Verified
e8bf9e2fef8775aca409382bcb322610cc96e269

clone responsibility moved to caller

VVannevelj committed 3 years ago
Verified
387cee756717c54bb4f3b9d074f63acd1e71524b

notes

VVannevelj committed 3 years ago
Verified
091f7258ff6587070c2b6b8548d2269df6e42440

render example output graph

VVannevelj committed 3 years ago
Verified
d7877561c7d3e1d0febb5a18851ba4e382a662d9

build linux binaries

VVannevelj committed 3 years ago
Verified
fef6042fbe95c404d64908713d9a0d0746db8d29

Added readme

VVannevelj committed 3 years ago

README

The README file for this repository.

lingo-rs

lingo-rs allows you to generate a graph depicting the programming language distribution in a git repo over time.

Example output graph

Getting started

To create your first graph, run the following:

lingo-rs "C:/source/my-repo" --name "Example" --start "2019-01-01"

Other configurations include:

  • --end to specify the end date (default: today)
  • --branch to specify the branch you want to use (default: master)

Notes:

  • Make sure that your repo has no uncommitted changes
  • At the end of the run, lingo-rs will bring you back to HEAD of your branch. However if you cancel it earlier, it will end up with a detached HEAD
  • If your git history contains problematic files such as case-conflicting files on a case-sensitive folder, the repo can end up in a bad state when that commit is checked out.