/easy-copy

Aims to provide a user-friendly & fast alternative to coreutils' cp, mv and rf

Primary LanguageGoMIT LicenseMIT

AUR badge Current version badge

easy-copy

Aims to provide a user-friendly & fast alternative to cp and mv.

gif of easy-copy moving a folder

Warning

This project is currently under development. Use at your own risk. I take zero responsibility for any damage linked to this program in any way.

Features

  • See progress, speed and remaining time during I/O.
  • Recurse into directories without having to add an extra flag.
  • All extra features happens asynchronous so easy-copy is as fast as alternatives.

Installation

For Arch Linux users, there's an AUR package.

On other OSs:

  1. clone the repository
 ~ git clone https://github.com/scrouthtv/easy-copy
 ~ cd easy-copy
  1. build using go
 ~ go build .

For more details, see INSTALL.

Contributing

  • Get help with EasyCopy by opening an issue on the project's page.
  • Feel free to fork EasyCopy and open PRs with new features.

Copyright

Copyright © 2021 The EasyCopy authors. This software is licensed under GNU GPL v3.0. This means that you are free to change and redistribute EasyCopy as a whole or any part of it, as long as the source to any derived work is as well publicly disclosed and licensed under GNU GPL v3.0. Absolutely no warranty is provided for this software. For more information read the LICENSE file that is distributed with EasyCopy.