Switch focus between terminal and editor tabs in VS Code
Noting down some keyboard shortcuts that I use to switch between editor tabs and the integrated terminal in VS Code.
Noting down some keyboard shortcuts that I use to switch between editor tabs and the integrated terminal in VS Code.
I was working on a script where I had to output some markdown and json formatted content to the terminal. I thought it would be prettier to print that with s...
The terminal bell comes in handy to have a visual or audible notifier while waiting on some jobs/processes to finish. Some ways to trigger the terminal bell....
Some of the logs I debug often contain the timestamp in the form of epoch seconds, so I frequently had to convert them into readable datetime format. Noting ...
jq is an excellent command line tool to operate on JSON data. I have been using it to process, filter and transform json objects for easy inference of the da...