Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "govideo",
Short: "govideo is a CLI app having some functionalities for dealing with movies and series",
Long: `govideo is a CLI app having multiple use:
- Sorting movies and series existing in a parent directory and subdirectories into ordered directories
sort sourceDirectory [destinationDir] [--createTxt/-c][--dlImage/-d]
- Downloading Movies/Series Poster or downloading any image from a certain URL
download destionationDir [URL]/[videoName --video/-v]
- Searching for a movie/serie information using the whole or part of the movie/serie title
search videoName [destinationDir]
`,
}
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.