Tag: shell
- How I reduced the size of my very first published docker image by 40% - A lesson in dockerizing shell scripts (03 Feb 2024)
My learnings from publishing my first ever Dockerfile for ugit (a shell script based tool to undo git command) and writing the most optimized dockerfile for it. - Find pull requests that modify a file path in the terminal (03 Apr 2022)
Using GitHub's command-line tool and some shell magic to find pull requests that modify a specific filepath right inside your terminal - Automatically remind contributors to update their pull requests (19 Mar 2022)
Automatically remind contributors to update their branches whenever there is a new commit in base branch - Making grep searches sexier 🌶️ (22 Mar 2021)
Beautifying grep searches & using AWK to modify grep output. Changing grep colors. Exploring codebase using grep - How to use code snippets in Vim like a cowboy 🤠️ (14 Feb 2021)
A quick tour on how to get started with code snippets in Vim. Learn how to setup Ultisnips & vim-snippets in Vim and Neovim. How to install vim-snippets, How to use snippets in vim. - Converting video to high-quality gif using ffmpeg (13 Feb 2021)
A quick guide on how to create high-quality GIFs using ffmpeg. Learn how to convert videos using ffmpeg and ffprobe - git cake: when is my README's birthday? (28 Dec 2020)
Use git log command to find when a file was added or created in your git repository - Prettifying JSON using Vim, Python & Bash (22 Dec 2020)
How to format JSON files in Linux. Combining the power of Bash, Python and Vim to prettify JSON files without any external plugins - Monitor network (data) usage in linux (09 Aug 2020)
Learn how to find network usage statistics of your linux machine by writing a shell script . - Creating a smart alternative to 'cd' command (03 Aug 2020)
Shell function to automatically find absolute paths and change directories - Shell script to open a url through terminal (08 Jul 2020)
Shell script to open a url through terminal - Find all python virtual environments in your system (10 Jun 2020)
Find all python virtual environments in your system, lsvirtualenv command not found, list all virtual environments python