#Telepipe is a simple #Bash tool to send messages and files to #Telegram from the #command line β perfect for scripts, alerts, and automation.
github.com/Linuxmaster1...
#Telepipe is a simple #Bash tool to send messages and files to #Telegram from the #command line β perfect for scripts, alerts, and automation.
github.com/Linuxmaster1...
dev.to/linuxmaster/...
#telegram #telepipe #cli #devops #linux #terminal #termbin
I built something similar called Telepipe β a small #script to send #terminal output directly to #Telegram.
Great for quick sharing, monitoring, or alerts.
GitHub: github.com/Linuxmaster1...
P.S. For private channels, donβt forget the -100 prefix in the channel ID!
Shortening URL with curl commands in Terminal
Need to shorten URLs right from the #command line?
Check out services like tinyurl.com and shorta.link β both work great with #curl or #wget.
Perfect for scripts, terminals, or just keeping things tidy.
#linux
Curious about which #terminal commands you use the most?
This one-liner shows your top-used commands, ranked by frequency:
history | awk '{CMD[$2]++} END {for(a in CMD)print CMD[a] " " a}' | sort -rn | head
#linux
Text Sharing Tools, termbin.com 0x0.st
Need to quickly share #terminal output? Check out 0x0.st and termbin.com β simple, CLI-friendly #pastebin services.
They're open source and easy to self-host too.
GitHub: github.com/solusipse/fi...
#Linux