Skip to content

sman2013/file-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File-tools for file operation

SUBCOMMANDS

insert

USAGE:

file-tools insert [FLAGS] [OPTIONS] --dir <dir> --str <str>

FLAGS:

    -h, --help          Prints help information
        --rename-dir    
    -V, --version       Prints version information

OPTIONS:

    -d, --dir <dir>              Directory for to be renamed
        --position <position>    Position about which to be inserted,can be `head`,`middle`,`tail` [default: middle]
        --str <str> 

replace

USAGE:

file-tools replace [FLAGS] [OPTIONS] --dir <dir> --src <src>

FLAGS

    -h, --help          Prints help information
        --rename-dir    Rename directory also
    -V, --version       Prints version information

OPTIONS

OPTIONS:
    -d, --dir <dir>    Directory for to be renamed
        --dst <dst>    Replaced by `dst`
        --src <src>    To be replaced `src`

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages