Paul Julius Martinez

Results 25 comments of Paul Julius Martinez

An alternative approach would be to call `new URL(input)` and catch any errors, rather than writing and maintaining a custom regular expression.

I recognize the use case, and I've wanted something similar when the bulk of the data is nested in a couple layers deep in 1-element arrays and `data` keys. I...

Hm, I can't reproduce on my machine. Can you provide more details about your terminal and environment? Do you know what text encoding your terminal is using? Those hex codes...

Hm, I tested this in an EC2 Ubuntu instance and it did work as intended, with a small delay, so maybe it's just a macOS thing. (I've tried both Terminal...

> But rustyline has only normal and insert mode, no command line mode. I wasn't referring to vim-mode in Rustyline, just using vim as an example of a program that...

Support for absolute line numbers, based on the pretty-printed input, has been added in 60b5f1b89f87c4c985c9843d7bd181e5d6337031, 89ad5d4bd1bc278b6377e7942a618e06c5a8fba7, 0bfb7472d215de99eae0f3d594146d68a912104d, 7a3a719e4eb471bae7b125c346f01f37274cb20b, cf8d48b1f034fb49792ec555418cff7e096112b1, c06fead6c825950b3f61e7aa8f59554d73ea448e, and 3500b5843edf5e7d676a32354c9f43f975ed82f9. Absolute line numbers will be shown by default,...

This functionality is now available in [`v0.9.0`](https://github.com/PaulJuliusMartinez/jless/releases/tag/v0.9.0).

How exactly would this differ from the current behavior of `J` and `K`? `J` and `K` will move the focus to parent nodes, but `jless` will "remember" the depth that...

This has been implemented in [`v0.9.0`](https://github.com/PaulJuliusMartinez/jless/releases/tag/v0.9.0). I'm not totally thrilled with it; it's definitely useful for arrays, but I find it to be less so for objects.

This has been implemented in [`v0.9.0`](https://github.com/PaulJuliusMartinez/jless/releases/tag/v0.9.0). I'm not totally thrilled with it; it's definitely useful for arrays, but I find it to be less so for objects.