Skip to content
/ linefix Public

Recursively and intelligently fix line endings on a group of files

License

Notifications You must be signed in to change notification settings

jhoff/linefix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Recursively and intelligently fix line endings on a group of files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published