Naman Ladblog.namanlad.com·May 18, 2024Supercharge 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...Discussfzf
Naman Ladblog.namanlad.com·May 11, 2024The 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 ...Discuss·31 readsfzf
Karuppiah Natarajankaruppiah.dev·May 7, 2024I never want to see (reverse-i-search) ever again :)Yes, you read that right! I never want to see (reverse-i-search) ever again :) Or anything similar I use bash shell 🐚 and I'm lazy to type out all the commands, especially commands I have typed before. Though I could use my clipboard manager Clipy a...Discussfzf
Karuppiah Natarajankaruppiah.dev·Apr 29, 2024How to Stop Commands from Appearing in Bash HistoryI usually don't want my secrets to show up in my bash history in the $HOME/.bash_history file. Long ago, folks told me that using a trailing space will solve this issue, but it didn't. Apparently, there's some extra stuff to do Just do HISTCONTROL=ig...DiscussBash
Taufik Hidayattfkhdyt.hashnode.dev·Jan 3, 2023Watch YouTube Videos Directly from Your Terminal with the "watch-yt" ScriptHave you ever wanted to watch a YouTube video from the comfort of your terminal, without opening up a web browser and navigating to the YouTube website? If so, you might be interested in a bash script called watch-yt that I recently wrote. This scrip...Discuss·98 readsyt-dlp
FlareXesflarexes.com·Jun 24, 2022File Sharing Using cURLThese days, sharing photographs, videos, and document files is a pretty routine task. If you don't want to use any Google or Microsoft accounts, the procedure can occasionally get very frustrating. Then the only option is to use a website that offers...Discuss·688 readscurl
Kamil Sopatawww.waveinit.com·Jun 22, 2022Improve your bash skills in 3 minutes with one trick!I know. You have your brilliant IDE. That's great, but the fact is that from time to time you need to do something from the command line. There is one useful tool I've discovered some time ago which solves the problem of navigation through files and ...Discuss·285 readsBash