linefix

0.1.1 • Public • Published

Linefix

Utility written with node.js that will recursively and intelligently fix line endings on a group of files.

Cleans up \r\r\n, \r\n, and \r endings and converts to \n only.

Automatically ignores non-utf8 files as well as anything starting with a '.' ( hidden files )

Installation

Install node.js

Use NPM to install globally

sudo npm install -g linefix

Then just run from a terminal

linefix ./path/to/directory

License

Licensed under the MIT License.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    1,501
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    1,501
  • 0.1.0
    12

Package Sidebar

Install

npm i linefix

Weekly Downloads

1,513

Version

0.1.1

License

MIT

Last publish

Collaborators

  • jhoff