rename

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

Package rename implements the "rename" command, which renames and organizes directory content based on metadata providers and user-defined options.

Index

Constants

This section is empty.

Variables

View Source
var (
	Cmd = &cobra.Command{
		Use:   "rename [flags] <file | directory>...",
		Short: "rename directory content",
		Long: `Rename and organize directory content` +
			`--exclude and --exclude-regex are anded.`,
		RunE: runner,
		Args: cobra.MinimumNArgs(1),
	}
)

Functions

This section is empty.

Types

type Flags added in v0.3.0

type Flags struct {
	// contains filtered or unexported fields
}

func NewFlags added in v0.3.0

func NewFlags() *Flags

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL