package
Version:
v0.81.0-dev-3
Opens a new window with list of versions in this module.
Published: Nov 6, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var Cmd = &cobra.Command{
Use: "large-desktop-files",
Short: "Find large desktop files",
Args: cobra.NoArgs,
Run: func(c *cobra.Command, args []string) {
dir, err := os.UserHomeDir()
if err != nil {
fmt.Println(err)
os.Exit(1)
}
du_utils.RunDiskUsage(true, "1G", dir, 0, true)
},
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.