π¦ ClawHub
Mv Tool
by @dinghaibin
Move or rename files and directories. Use for file organization, relocation, and renaming operations.
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 outputExamples
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