DEV Community

Cover image for 5 Tools That Make My Life Instantly Better πŸš€
Athreya aka Maneshwar
Athreya aka Maneshwar

Posted on

5 Tools That Make My Life Instantly Better πŸš€

I’m not going to explain much in words β€” just show.
Try them and feel the speed.

πŸƒβ€β™‚οΈ 1. Z β€” Jump Around Instantly

Change directories from ~ to any deep folder in 0.02 sec.
Stop remembering long paths.

z demo

Install

mkdir ~/bin && cd ~/bin
curl -O https://raw.githubusercontent.com/rupa/z/master/z.sh
chmod +x z.sh && source z.sh
Enter fullscreen mode Exit fullscreen mode

⚠️ Tip: Visit a folder once before jumping next time.

πŸ›Έ 2. mcfly β€” Fly Through Your Shell History

It’s like Ctrl + R on steroids.
Search your command history with a fuzzy, interactive interface.

mcfly demo

Install

sudo su -c 'curl -LSfs https://raw.githubusercontent.com/cantino/mcfly/master/ci/install.sh | \
sh -s -- --git cantino/mcfly && echo "eval \"\$(mcfly init bash)\"" >> ~/.bashrc && source ~/.bashrc'
Enter fullscreen mode Exit fullscreen mode

Then press Ctrl + R and time travel.

🧹 3. npkill β€” Delete node_modules Like a Pro

Find and remove those space-hogging node_modules folders in seconds.

npkill demo

Install & Run

npm install -g npkill
npkill
Enter fullscreen mode Exit fullscreen mode

Hit space and watch disk space come back from the dead.

πŸŒ™ 4. Redshift β€” Save Your Eyes

Your monitor adjusts with time β€” warm at night, normal by day.
Peaceful coding hours incoming.

redshift demo

Install

sudo apt-get install redshift
Enter fullscreen mode Exit fullscreen mode

Use

redshift -x
redshift -O 3000   # Calm mode
redshift -O 5000   # Normal mode
Enter fullscreen mode Exit fullscreen mode

βš™οΈ 5. Free DevTools β€” No Installs, Just Build

Tired of clutter?
Search and use dev resources right from your browser β€” no setup, no friction.

πŸ“¦ What’s inside:

  • 50+ dev tools
  • 6,000+ docs
  • 1,100+ cheatsheets
  • 2,800+ emojis
  • 50,000+ PNG/SVG icons

All in one place β€” so you can ship faster, debug less, and keep coding happy.

FreeDevTools

✨ That’s it.
Five tools. No noise. Just instant productivity.

πŸš€ P.S. I just launched Free DevTools on Product Hunt
If you found it useful, support with an upvote ❀️

FreeDevTools Product Hunt

Top comments (0)