New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

beautify-text-cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beautify-text-cli

Automated typographic quotation and punctuation marks

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

beautify-text-cli

Automated typographic quotation and punctuation marks. CLI for bevacqua/beautify-text.

Travis (.org) npm license

Install

$ npm install --global beautify-text-cli

Usage

Input text via stdin or files. See output on stdout.

$ # Piping
$ echo '"Hello world"' | beautify
“Hello world”

$ # Interactive stdin
$ beautify
"Hello world"
“Hello world”

$ # Files
$ beautify files/*.txt >> combined.txt

Features

Prettifies several typographic marks, some cases are outlined below.

  • Single and double quotes
  • Apostrophes
  • Marks like (tm), (c), (r) and (p) into , ©, ® and §
  • Long dashes, like --- into
  • .., ..., etc into (but ?.., !.. aren't transformed)
  • +- into ±

License

MIT © Darshak Parikh

Keywords

text

FAQs

Package last updated on 16 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts