Skip to content

msize/My-Copy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

1. INTRODUCTION

  It's shell script which can be copies with display progress bar.
Script based on usage tar and pipe viewer tools.

  Can produce copying:

  * file to file
  * file to folder
  * folder to existing or new folder
  * multiple files and folders in existing folder

2. INSTALLATION

  Put the script my-copy in ~/bin, and then add this alias in
your ~/.bashrc:

  alias cp='my-copy'

  And then restart your terminal.

3. DEBUGGING THE SCRIPT

  Open shell script and uncomment sctring "set -x", and then run
it. You should see all the operations performed in terminal. This
will help to understand where in the case problem.

  Also, I would be grateful to you if you have reported problems
in issues tracker on github:

  https://github.com/msize/My-Copy/issues

About

Simple script for copy files with progress bar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages