Chinmay Sonawane

Make Your Bash Shell Beautiful 2022

Your default bash prompt shows a bare username, hostname, and directory path. It works, but it hides useful information like git branch status and makes output hard to scan. Synth-shell fixes that with a colored prompt, a system summary on launch, and smarter versions of everyday commands like ls, grep, tree, and history. Synth-shell is […]

Make Your Bash Shell Beautiful 2022 Read More »

Executing Linux Commands in Python: A Comprehensive Guide to Run Shell Commands with Python

Python is a trendy & modern programming language. Especially popular among beginners as it is easy to learn. Python is so powerful that we can use it to interact with the operating system. In Linux, python act as an alternative for bash command language for scripting. It comes preinstalled in most of the distributions as

Executing Linux Commands in Python: A Comprehensive Guide to Run Shell Commands with Python Read More »