idrassi / HashCheck

HashCheck Shell Extension for Windows with added SHA2, SHA3, and multithreading; originally from code.kliu.org
Other
257 stars 12 forks source link

Option for Unix End of Line format #21

Open twiz-git opened 7 months ago

twiz-git commented 7 months ago

Currently it uses Windows EoL (CR+LF), for obvious reasons, but many Windows text editors (including Notepad and Wordpad) as well as Checksum tools handle the Unix EoL (LF) without issue. This would be helpful for people like me who copy/back up to a Linux system whos *sum commands do not handle the Windows EoL properly.