Skip to main content

A friendly file copier/installer

Project description

doppel copies files or directories to a destination (a file, directory, or archive). Think of it as the offspring of install(1) and tar(1).

Usage

doppel [OPTION]... SOURCE... DEST

To copy files or directories, just list the sources as arguments followed by the destination: doppel src1 src2 dst. By default, if only one source is specified, it is copied onto the destination; if multiple sources are specified, they are copied into the destination. This default can be explicitly specified with -o/--onto or -i/--into, respectively.

If the destination requires administrator access to write to, doppel will try to detect this an automatically provide a sudo (or equivalent) prompt before copying.

Note: Unlike install(1), doppel copies relative symlinks as symlinks by default. To adjust this behavior, you can use the --symlink option, described below.

Options

-C, –directory=DIR

Change to directory DIR before resolving paths of source files.

-f, –format=FMT

Set the format of the output archive; one of: tar, gzip, bzip2, or zip. If this option is specified, --into is implied. If not set, source files will be copied normally, and no archive will be created.

-i, –into

Copy sources into directory DEST.

-m, –mode=MODE

Set the file permissions to MODE (an octal) when copying. Note: this has no effect when --format=zip.

-N, –full-name

When copying, use the full name of each source file as specified on the command line instead of just the tail. This behavior is similar to tar(1).

-o, –onto

Copy a single source onto file or directory DEST.

-p, –parents

Automatically create parent directories for DEST as needed.

-P, –dest-prefix=DIR

A prefix to add to the paths of destination files. This only applies when using --format.

-r, –recursive

Recursively copy source directories to the destination.

-S, –sudo=WHEN

Before copying, elevate with sudo (or your platform’s equivalent). WHEN is one of always, auto (the default), or never. If auto, doppel will attempt to determine automatically if sudo would be needed before performing the copy.

@file

Read options from file and use them when executing.

–help

Display a help message and exit.

–version

Output version information and exit.

License

This project is licensed under the BSD 3-clause license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

doppel-0.5.0.tar.gz (6.9 kB view details)

Uploaded Source

Built Distribution

doppel-0.5.0-py3-none-any.whl (7.2 kB view details)

Uploaded Python 3

File details

Details for the file doppel-0.5.0.tar.gz.

File metadata

  • Download URL: doppel-0.5.0.tar.gz
  • Upload date:
  • Size: 6.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.48.1 CPython/3.8.2

File hashes

Hashes for doppel-0.5.0.tar.gz
Algorithm Hash digest
SHA256 277dd171f666c8b6c324c4dd85df5aa3acd785081b5753e150286bfac79fb645
MD5 948e2dfe9fa93ad3285ed8468f41226b
BLAKE2b-256 d0b614b244a09802a5d9ca272f24aa8a7d92fe202a872a52266af97e3417b10a

See more details on using hashes here.

File details

Details for the file doppel-0.5.0-py3-none-any.whl.

File metadata

  • Download URL: doppel-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 7.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.48.1 CPython/3.8.2

File hashes

Hashes for doppel-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0abe8c3bda068fcd380632af1f50e51adc8ca48a559924bf4368deab09ceb57f
MD5 d07b9667b2e73f4e0cefd4356ad2354c
BLAKE2b-256 4efbe263cf2fc5539a78957700fd588d7e2f727c71cf3aae6dffeda82efe53f8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page