-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
The output with the -a or -t flag collects information about both file length and number of commits. Both could be combined to calculate the complexity or importance of a file. A smaller file that is changed often might be more important to a project than a large file that is only changed once per year.
Technical Details
- add a function in
impl Fileinfile.rsthat calculates the complexity - add the complexity to the tables in the
grouped_infofunction - possibly also add an option to only display the complexity (needs a new flag in the clap command, and a new display function)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request