Menu

#9 Truncate binary lines

future
closed
None
2
2015-08-01
2013-07-07
Rogue
No

Love the newest beta version with file changes. I'm using this to replace the ancient InCtrl5, and only use it to monitor changes, not to create undo files.

Is there any way an option could be added to truncate lines that contain binary data after a certain length. This would allow for much smaller comparison files for those only looking to monitor changes, not undo them. It would also make viewing those files much easier than scrolling through all that binary code.

Thank You,

Discussion

  • M. Buecher

    M. Buecher - 2013-07-07
    • status: open --> pending
    • assigned_to: M. Buecher
    • Priority: 1 --> 2
     
  • M. Buecher

    M. Buecher - 2013-07-07

    Nice idea. We'll think about it.

    Your Regshot Team

     
  • Fabian Flanhardt

    I helped me out with this small piece of powershell code

    gc c:\temp\regshots\result.txt | where {$_.substring(0,4) -notmatch "[0-9A-F]{2}"} > c:\Temp\UserMod.txt

     
  • M. Buecher

    M. Buecher - 2015-08-01

    Please check Regshot-1.9.1-beta_r321.7z

     
  • M. Buecher

    M. Buecher - 2015-08-01
    • status: pending --> closed
     

Log in to post a comment.