1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: gcp
Section: utils
Priority: optional
Maintainer: Thomas Preud'homme <robotux@debian.org>
Build-Depends: debhelper-compat (= 13), dh-python, python3, python3-gi, python3-dbus,
dbus (>= 1.8)
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://code.lm7.fr/mcy/gcp
Vcs-Git: https://salsa.debian.org/debian/gcp.git
Vcs-Browser: https://salsa.debian.org/debian/gcp
Package: gcp
Architecture: all
Depends: ${misc:Depends}, python3, ${python3:Depends}, python3-gi, python3-dbus,
default-dbus-session-bus | dbus-session-bus
Recommends: python3-progressbar
Description: advanced command line file copy system
gcp is an advanced command line file copy system with an interface similar to
that of cp. It features:
- transfer progression indication
- continuous copying on error (skip to next file)
- copy status logging
- name mangling to handle target filesystem limitations
- forced copy serialization
- transfer lists management
|