Skip to content

Commit

Permalink
Update ghloc cli image
Browse files Browse the repository at this point in the history
  • Loading branch information
subtle-byte committed Apr 8, 2023
1 parent 62b86a1 commit cc0d33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ go install github.com/subtle-byte/ghloc/cmd/ghloc@latest

And then to count lines of code in the current directory - run the command `ghloc`. The web page will be open with the results, e.g.:

<img src="https://user-images.githubusercontent.com/71576382/170814341-a5467b61-b974-4d7a-af80-043037a46608.png" width="600">
<img src="https://user-images.githubusercontent.com/71576382/230733010-c740aa8b-fb66-4016-ac5c-1d946c5e733a.png" width="600">

You also can print results in the console using `ghloc -c`. Also if you want to count only some files you can use `-m` (stands for matcher), e.g. to consider only Markdown files use `ghloc -m .md` (see full matcher syntax below).

Expand Down

0 comments on commit cc0d33a

Please sign in to comment.