this post was submitted on 15 Jun 2023
20 points (100.0% liked)

commandline

1696 readers
1 users here now

founded 1 year ago
MODERATORS
 

Any extra tips or tricks are welcome!

Yesterday I learned that set -x enables trace for a bash, sh, or zsh script and prints the trace to the terminal.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] sisyphean 6 points 1 year ago (1 children)

I really like jless. You can pipe the JSON output of a cURL command into it and it displays it in a really nice, easy to read way with collapsible arrays and objects.

[โ€“] [email protected] 1 points 1 year ago

Why haven't I heard of this before?? Absolute gamechanger o_O