Skip to main content

A tiny CLI used for quoting input lines

Project description

quote

A tiny CLI used for quoting input lines

Example

Consider the directory:

$ find .
.
./c
./a b

Here, xargs alone will fail if we do: find . -type f | xargs cat with:

This file is named: c
cat: ./a: No such file or directory
cat: b: No such file or directory

This is because the file 'a b' is not quoted!

Instead we can do: find . -type f | quote | xargs cat and we will get:

This file is named: c
This file is named: a b

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

quote_lines-1.2.0.tar.gz (14.6 kB view details)

Uploaded Source

Built Distribution

quote_lines-1.2.0-py3-none-any.whl (15.0 kB view details)

Uploaded Python 3

File details

Details for the file quote_lines-1.2.0.tar.gz.

File metadata

  • Download URL: quote_lines-1.2.0.tar.gz
  • Upload date:
  • Size: 14.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for quote_lines-1.2.0.tar.gz
Algorithm Hash digest
SHA256 e1845f6a135925d32d5e5c55fd57c07cd7031a4f595ed1d3163e3ae536e435f5
MD5 3d191814eeebf979aaf15bf1ba8c53fb
BLAKE2b-256 f323db8d8e955018ac211737f9c9c76b692ec8d995cc9916b905b7286b5aae06

See more details on using hashes here.

File details

Details for the file quote_lines-1.2.0-py3-none-any.whl.

File metadata

  • Download URL: quote_lines-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 15.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for quote_lines-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ca09622a33faa1d703d65ead8cd8351f6ca987fc73452ae02b2cf45cf37ee5a5
MD5 ef4701853ca78e00c0092ecbd6e33105
BLAKE2b-256 284f95dae91759bfee22bb101b17a7c85a794f73b55b66f3c48e1c21f4ec2bcc

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