Sherlock: Discover Social Media Accounts By Username Across 400+ Social Networks ##Sherlock #SocialMedia #CLI #Python #Opensource #Linux
https://ostechnix.com/sherlock-discover-social-media-accounts-username/
Pretty command line apps with added JBang. https://robintegg.com/2025/04/01/pretty-command-line-apps-with-added-jbang.html
#Java #jbang #cli
Vous voulez surveiller la place qu'il reste sur votre disque pendant une sauvegarde ? Avec colout, watch et df, c'est facile :
watch "df -h | colout --scale=0,100 '^/\S+\s+\S+\s+\S+\s+\S+\s+(\S+)\s+/$' scale | colout --scale=0,400 '^/\S+\s+\S+\s+\S+\s+(\S+)\s+\S+\s+/$' scale"
Ceci colore la place et le pourcentage restant pour la partition montée à la racine, pour les repérer facilement, sans cacher les autres.
셸 언어는 때로 추하길 요구 받는다
https://hackers.pub/@hongminhee/2025/shell-languages-embrace-ugliness
#ReleaseWednesday Just pushed a new version of https://thi.ng/block-fs, now with additional multi-command CLI tooling to convert & bundle a local file system tree into a single block-based binary blob (e.g. for bundling assets, or distributing a virtual filesystem as part of a web app, or for snapshot testing, or as bridge for WASM interop etc.)
Also new, the main API now includes a `.readAsObjectURL()` method to wrap files as URLs to binary blobs with associated MIME types, thereby making it trivial to use the virtual filesystem for sourcing stored images and other assets for direct use in the browser...
(Ps. For more context see other recent announcement: https://mastodon.thi.ng/@toxi/114264980961483146)
Thanks to #deezer radios, I could have a multiple artists-inspired mix using the deep flag.
anyone ever go `ls` their home folder and notice random files that are clearly mistaken parameters left behind by failed `curl` commands?
no?
just me?
okay.
[ proceeds to shamefully delete file named `cm?COMMAND=Power On` ]
Anybody have a recommendation for a #TUI or #CLI music player?
I'd really really really like an experience very much like winamp/xmms/audacious ... but in the #terminal
IDK, maybe nothing like this really exists because the activity is inherently a multimedia situation, and so it's just "natural" to have that interaction through a GUI?
Master Linux while loops! Start with this beginner-friendly guide to automate repetitive tasks.
bash
while [ condition ]; do
commands
done
Perfect for creating menus, processing files, and handling user input. No more manual repetition!
Read more: Mastering Linux Shell Loops: https://www.spsanderson.com/steveondata/posts/2025-03-28/
@chakuari No sorry, I am not using #vifm. Currently I am trying out #yazi as a #cli #filemanager
Screenshots von Webseiten per Kommandozeile: https://shot-scraper.datasette.io/en/stable/
the #bash REPL is Ctrl+x+e
If you want to improve your Command-Line/bash skills, "Efficient Linux at the Command Line" by @DanielJBarrett is a life changing read.
Really.
A mindblowing experience.
While you are at it, also check out offpunk :
yes, it is related.