Skip to main content

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

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.4.0.tar.gz (14.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for quote_lines-1.4.0.tar.gz
Algorithm Hash digest
SHA256 55ae6ad324fc094bd4f2f230f1469faf9a7581bfdc8636593f2a9f6d121c4a2b
MD5 40a186553a4f2f8f1e94ebdef77dacb4
BLAKE2b-256 c71faa39100a07bd651e3ce060bf51f2bee68f1e1d5ba5b531c4e601b519777e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for quote_lines-1.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e1bc12ba50802d23d65c66e51ccfb301b32d490154a27d60a72df431f1163c1a
MD5 64e664cadddee6d83fd9a91fb4447d5b
BLAKE2b-256 c38a34b3ad1ec8d4fe9549d27a07c4dbdc6584eeaa77675d454124272322310b

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.4.0 This release

2 files

1.3.2

2 files

1.3.1

2 files

1.3.0

2 files

1.2.0

2 files

1.1.2

2 files

1.1.0

2 files

1.0.3

2 files

1.0.2

2 files

1.0.1

2 files

1.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page