https://github.com/rdch106/pycrlf
Replace CRLF (windows) line endings with LF (unix) line endings in files (and vice-versa).
https://github.com/rdch106/pycrlf
eof linux mac tool windows
Last synced: about 1 month ago
JSON representation
Replace CRLF (windows) line endings with LF (unix) line endings in files (and vice-versa).
- Host: GitHub
- URL: https://github.com/rdch106/pycrlf
- Owner: RDCH106
- License: mit
- Created: 2018-05-24T15:40:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T15:50:28.000Z (about 8 years ago)
- Last Synced: 2025-01-19T06:46:46.434Z (over 1 year ago)
- Topics: eof, linux, mac, tool, windows
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pycrlf
Replace CRLF (windows) line endings with LF (unix) line endings in files (and vice-versa).
[Original code](https://gist.github.com/jonlabelle/dd8c3caa7808cbe4cfe0a47ee4881059) by [@jonlabelle](https://github.com/jonlabelle)