Syntax Highlighting in python using pygments
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...
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...
Some times I have had to use REST APIs for configuration and management of hardware and services at work. The usage used to be minimal and the working enviro...