You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@przemek-pokrywka Is json4u a website that can also be deployed with one click using pnpm dlx? It looks like it's for supporting the execution of local commands?
@loggerhead yes, the project is a website and not a local command, correct.
On the other hand, if it would also be possible to access json4u using a local command, then it would fit better to my use cases, I'll explain how in the next paragraph. I let myself ignore the concerns of the feature feasibility, implementation difficulty, json4u vision alignment, etc, for now.
The use case I had in mind:
given two JSON files on my local disk
when I run pnpm dlx something file1 file2
then a new browser tab opens
and I see these files differences in json4u
so I'm saved from the manual work necessary to bring up a local instance of json4u and to share my JSON files with it.
@przemek-pokrywka Absolutely a good idea. I've considered doing it this way, and I plan to implement it like this when supporting plugins. This achieves a balance between convenience and long-term maintenance costs.
Hello, I would love to have the ability to run
json4u
without having to clone the repository.I tried to run it via
pnpm dlx
, yet I got the following error:The project looks very nice, by the way, well done! 👍
The text was updated successfully, but these errors were encountered: