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.
Install
mkdir ~/bin && cd ~/bin
curl -O https://raw.githubusercontent.com/rupa/z/master/z.sh
chmod +x z.sh && source z.sh
β οΈ 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.
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'
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.
Install & Run
npm install -g npkill
npkill
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.
Install
sudo apt-get install redshift
Use
redshift -x
redshift -O 3000 # Calm mode
redshift -O 5000 # Normal 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.
β¨ 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 β€οΈ
Top comments (0)