Skip to content
/ move Public

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

License

Notifications You must be signed in to change notification settings

kqito/move

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages