Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[idea] diff mode #57

Open
rubenrua opened this issue Mar 31, 2021 · 1 comment
Open

[idea] diff mode #57

rubenrua opened this issue Mar 31, 2021 · 1 comment
Labels
💡 spark Inspiring idea though not immediately planned

Comments

@rubenrua
Copy link

A mode to compare the difference between the output of two files.

Like:

$ diff <(cat file1.txt |& ./up) <(cat file2.txt |& ./up)

It will be very useful to compare two different log of a process. For instance, looking for a bug comparing the correct and the incorrect log output.

@akavel
Copy link
Owner

akavel commented Apr 2, 2021

Hm; sounds interesting, though it's not yet super clear to me whether and how this could be doable in up at the stage where it currently is. Seen as a pie-in-the-sky, absolutely a thought provoking and inspiring concept, thanks for sharing! For now, I'd think maybe this could be worth a try in either https://userland.org, or https://luna-lang.org; though I can't not admit that the original idea for up was to go in a similar direction as those... 😉

@akavel akavel added the 💡 spark Inspiring idea though not immediately planned label Apr 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💡 spark Inspiring idea though not immediately planned
Projects
None yet
Development

No branches or pull requests

2 participants