Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFilepathList ¶
Types ¶
type EraseCommand ¶
type EraseCommand struct {
Target string
}
func (*EraseCommand) Rewrite ¶
func (e *EraseCommand) Rewrite(fpath string) (newfpath string)
type FillinCommand ¶
type FillinCommand struct {
Padding string
}
func (*FillinCommand) Rewrite ¶
func (f *FillinCommand) Rewrite(fpath string) (newfpath string)
type PrependCommand ¶
type PrependCommand struct {
Width int
}
func (*PrependCommand) Rewrite ¶
func (p *PrependCommand) Rewrite(fpath string) (newfpath string)
type RegexCommand ¶
func (*RegexCommand) Rewrite ¶
func (r *RegexCommand) Rewrite(fpath string) (newfpath string)
type SerialCommand ¶
func (*SerialCommand) Rewrite ¶
func (s *SerialCommand) Rewrite(fpath string) (newfpath string)
Click to show internal directories.
Click to hide internal directories.