blog.namanlad.comUsing Bash to Display Every Terminal Color and Text StyleThis one’s a quickie. In the terminal, colors and text styles can make output more readable and visually appealing. Whether you’re creating a script with status messages or customizing your prompt, knowing how to use ANSI escape codes for colors and ...Mar 18, 2025·2 min read
blog.namanlad.comStreamline Your Next.js Setup: Automate Configuration with a Single Bash ScriptI enjoy automation! There’s something so satisfying about taking repetitive tasks and making them easier with just a little bit of code. The need for this script In a fast-paced development environment, it’s easy to forget certain default configurati...Feb 4, 2025·3 min read
blog.namanlad.comSupercharge Your CLI: Interactive File Searching with ripgrep and fzfPrerequisites rg - ripgrep command-line tool fzf - fuzzy finder command-line tool bat (optional) - a cat clone with syntax highlighting rg is a search tool that recursively searches for a regex pattern in a given directory. It is similar to the...May 18, 2024·5 min read
blog.namanlad.comThe Practical Way to Visualize Stylish Fonts in the Command LinePrerequisites figlet fzf figlet is a command-line utility to display large letters out of ordinary characters. You can learn more about it here. A typical output looks like this: So what's the problem? There are many types of "fonts" available ...May 11, 2024·3 min read