Introduction to Termux-API and script automation 🧑‍🔧

Welcome back to yet another amazing article. By the way, have you seen the new video uploaded at YT? This article is about about the same. Now, If you think about why do I write this blog after creating a video - well, a video is mostly a quick take (for me). We miss many things. Writing a blog mostly explains everything. Yes, now you have an idea about what I’m talking about....

July 1, 2022 · 4 min

the [a-z] globbing cheatsheet

A simple cheatsheet that helps you to get started with globbing and regex. Download PDF: https://drive.google.com/file/d/1kgjW2AUpyLC9mbleVpk54NkkyS4k1wZG/view?usp=sharing if you found this helpful and would like to donate, it will help me on future projects and keep doing better works towards our community. ❤️ DONATE: paypal.me/b3nsh4

January 19, 2021 · 1 min

bash-cheatsheet

Drive Link to pdf: https://drive.google.com/file/d/1HwG_Y0q8_UWSLWCjYGZ5fpmU5LpUZ5b-/view?usp=sharing To learn more bash tricks, my fav website is tldp.org They have awesome examples too. https://tldp.org/LDP/abs/html/manipulatingvars.html

January 9, 2021 · 1 min

Generate HTML from DirTree!

This is so far the most convenient way for generating an output of your current directory free. I took the html file and made it as my http server index.html I’ll. It’s simple and elegant enough. tree -H YOURDIR -L 2OR3ORANY -C > file.html Video link Don’t forget to add the RSS

July 28, 2020 · 1 min