PaulJuliusMartinez / jless

jless is a command-line JSON viewer designed for reading, exploring, and searching through JSON data.
https://jless.io
MIT License
4.61k stars 87 forks source link

Feature request: suspend jless in the shell with Ctrl+z #143

Open suvayu opened 7 months ago

suvayu commented 7 months ago

When I use other full screen terminal applications like Emacs, Vim, less, etc, I can suspend it and get the terminal prompt back with Ctrl+z. However this does not work with jless. This would be a welcome feature as it enables multi-tasking without losing the current position in the JSON document.

Edit: I tried this with bash on Linux

PaulJuliusMartinez commented 6 months ago

Implemented in 3d1c43f3684fcf93e68fb00092154c96462a11b5.