DevToys-app / DevToysMac

DevToys For mac
MIT License
9.22k stars 362 forks source link

Text diff feature #15

Closed shinichy closed 2 years ago

shinichy commented 2 years ago

Thanks for creating a great app so quickly! It would be great if DevToysMac could support Text diff functionality.

ObuchiYuki commented 2 years ago

@shinichy Thank you for your issue! I haven't implemented this in DevToys for mac due to the difficulty of implementation, but I'll get to it before the next release! Thank you.

RodrigoTomeES commented 2 years ago

@ObuchiYuki Hi, I found this repo https://github.com/DevUtilsApp/DevUtils-app that is implement in Swift and has text diff, JSON inspector #16, search functionality in JSON #36... But the project has CC license that doesn't support create derivative works so you can get the idea about they implement it but not copy and paste their code 😅

ObuchiYuki commented 2 years ago

@shinichy @RodrigoTomeES With your help, I was able to implement the Text Diff feature! I was able to find the OSS that "DevUtils" depended on, and installing that OSS solved the problem! Thank you so much!

画面収録 2022-02-23 15 07 59

ObuchiYuki commented 2 years ago

@shinichy @RodrigoTomeES Added in v0.0.10!

https://github.com/ObuchiYuki/DevToysMac/releases/tag/0.0.10