Roemer / ClocViewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ClocViewer

This project is a simple GUI around cloc.

Usage

The following settings are available:

  • Source Path: The folder you want to analyze.
  • Cloc Path: The path to your cloc.exe.
  • OptionsFile Path [Optional]: The path to a file that contains additional options passed to cloc.
  • IgnoredFile Path [Optional]: The path where the path and infos to ignored files will be stored.

You can save and load these settings in a file via the menu.

Run the analysis and wait for the result. You should then be able to view the result in the grid and you can browse it.

You can also select one or more entries in the grid and you see the summary in the status bar and also a list of all used languages in the grid on the right side.

Screenshots

ClocViewer

Additional Features

Ignored Files

If you have set a path to the IgnoredFile, these files will also be included in the list and their ignored reason will be shown in the grid.

C# Generated Code

Code files that are marked with in the first two lines in the file are displayed as separate filetype called C# Generated.

About

License:MIT License


Languages

Language:C# 100.0%