kqito / move

Commands to move or copy multiple files or directories at once.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

move

Release License

Commands to move or copy multiple files or directories at once.

Demo

demo

Features

  • Multiple files and directories can be moved or copied together at once.
  • Easy to select files and directories.
  • Easy to use.

Installation

You can install the package from npm.

go get github.com/kqito/move

Usage

General

You can move the specified source as follows. (It behaves like the mv command)

$ move operation/dir target/dir

Run as cp command

You can also copy the specified sources to a specified directory, as in the cp command.

$ move operation/dir target/dir -c

License

MIT © kqito

About

Commands to move or copy multiple files or directories at once.

License:MIT License


Languages

Language:Go 100.0%