Documentation
¶
Overview ¶
Copyright © 2026 NAME HERE <EMAIL ADDRESS>
Index ¶
Constants ¶
View Source
const ( KB = 1024 MB = 1024 * KB GB = 1024 * MB )
Variables ¶
View Source
var RovuCmd = &cobra.Command{
Use: "rovu",
Short: "A fast local repository analysis CLI",
Long: `Rovu is a fast local repository analysis CLI.
It scans a code repository and reports useful statistics such as
file counts, directory counts, total size, language distribution,
large files, TODO/FIXME comments, and duplicate files.
Examples:
rovu scan .`,
}
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.