🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Mv Tool

by @dinghaibin

Move or rename files and directories. Use for file organization, relocation, and renaming operations.

Versionv1.0.0
Downloads468
TERMINAL
clawhub install mv-tool

πŸ“– About This Skill


name: mv-tool description: Move or rename files and directories. Use for file organization, relocation, and renaming operations.

Mv - File Move/Rename Utility

Move files and directories between locations or rename them. Supports batch operations and interactive mode.

Usage

mv-tool [options]  

Options

  • -i: Prompt before overwrite
  • -f: Force overwrite without prompting
  • -v: Verbose output
  • Examples

    mv-tool file.txt /target/dir/
    mv-tool oldname.txt newname.txt
    mv-tool -i *.log /backup/
    

    πŸ’‘ Examples

    mv-tool file.txt /target/dir/
    mv-tool oldname.txt newname.txt
    mv-tool -i *.log /backup/
    

    βš™οΈ Configuration

  • -i: Prompt before overwrite
  • -f: Force overwrite without prompting
  • -v: Verbose output