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/
Is anyone aware of a CLI tool (Python, PHP, bash, whatever) that'll let me download the FULL contents of a Blogger blog (Blogspot), including media and metadata to json or xml?
It'd be nice if the tool included support for private/non-public blogs too (I realize it needs to handle authentication then).
Pretty command line apps with added JBang. https://robintegg.com/2025/04/01/pretty-command-line-apps-with-added-jbang.html
#Java #jbang #cli
@readbeanicecream This can also be used for #cli #zettelkasten: https://xwmx.github.io/nb/
#TIL about a #CLI #Ruby tool to do #dataviz in the #terminal: Youplot -- https://github.com/red-data-tools/YouPlot
Found it while reading the #duckdb documentation (https://duckdb.org/docs/stable/guides/data_viewers/youplot)
Behold, yet another mind-blowing reinvention of the #benchmarking wheel, this time bedazzled with #Go glitter!
Perfect for those who need to benchmark how quickly they can waste their time in the #CLI.
https://github.com/ConduitIO/benchi #glitter #innovation #tech #news #HackerNews #ngated
셸 언어는 때로 추하길 요구 받는다
https://hackers.pub/@hongminhee/2025/shell-languages-embrace-ugliness
Linux Command Library – the perfect CLI reference!
Readable with Lynx & Links browsers in #BashCore
No JavaScript, pure command-line knowledge
Copy & paste commands easily with GPM
Try it:
#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)
More tech notes to myself
A very brief introduction to the #Readline library, customizing the #Bash shell prompt with mode indicators, and the vi editing mode.
Customizing the Bash command prompt for vi editing mode
https://suburbanalities.blogspot.com/2025/04/customizing-bash-command-prompt-for-vi.html
@itsfoss Kew is absolutely the best thing I have discovered in a long time. I completely stopped using my Navidrome server at home because of it. #cli #terminal #music_player #Navidrome
The Week in Review, Edition 85 (2025-13)
Topics:
New Feature for bikerouter.de: Short Links and Improved QR Codes
Automatically Ping the Uberblogr Webring on Blog Updates
New Hose for Workshop Dust Extractor
Discovered Unknown Wood Type
snips.sh: SSH-Based Pastebin, Opengist as Another Alternative to GitHub Gists
CLI Tool of the Week: xsv
Listened to This Week: SOS U-Ground B2B Tobias Sommer, Taberia
#Wochenrückblick #Bikerouter #QRCode #UberBlogr #Webring #Workshop #Woodworking #Wood #Woodturning #snips #Gist #Gitea #GitHub #Opengist #CLI #Shell #xsv #CSV #TSV #Techno
Wochenrückblick, Ausgabe 85 (2025-13)
Themen:
Neues Feature für bikerouter.de: Kurzlinks und verbesserte QR Codes
Automatisch bei Blog-Updates den Uberblogr-Webring pingen
Neuer Schlauch für die Absaugung in der Werkstatt
Unbekannte Holzart entdeckt
snips.sh: SSH-basiertes Pastebin, Opengist als weitere Alternative für GitHub Gists
CLI-Tool der Woche: xsv
In dieser Woche gehört: SOS U-Ground B2B Tobias Sommer, Taberia
#Wochenrückblick #Bikerouter #QRCode #UberBlogr #Webring #Absaugschlauch #Werkstatt #Woodworking #Holz #Drechseln #snips.sh #Gist #Gitea #GitHub #Opengist #CLI #Shell #xsv #CSV #TSV #Techno
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/
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/