Versions in this module Expand all Collapse all v1 v1.9.1 Aug 9, 2023 Changes in this version type Config + Interactive bool + func Get() *Config v1.9.0 Feb 2, 2023 Changes in this version + func SetFindSlice(s []string) + func SetFindStringRegex(replacementIndex int) error + func SetNumberOffset(offset []int) + func SetReplacement(replacement string) + func SetReplacementSlice(s []string) + type Config struct + AllowOverwrites bool + AutoFixConflicts bool + CSVFilename string + Date time.Time + ExcludeFilter []string + Exec bool + FindSlice []string + IgnoreCase bool + IgnoreExt bool + IncludeDir bool + IncludeHidden bool + JSON bool + MaxDepth int + NumberOffset []int + OnlyDir bool + PathsToFilesOrDirs []string + Quiet bool + Recursive bool + ReplaceLimit int + Replacement string + ReplacementSlice []string + ReverseSort bool + Revert bool + SearchRegex *regexp.Regexp + SimpleMode bool + Sort string + StartNumber int + Stderr io.Writer + Stdin io.Reader + Stdout io.Writer + StringLiteralMode bool + Verbose bool + WorkingDir string + func Init(ctx *cli.Context) (*Config, error) + func (c *Config) SetFindStringRegex(replacementIndex int) error Other modules containing this package github.com/ayoisaiah/f2/v2