#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)
#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)
I "just" want to say, I've been using this for a few months now and it does a great job solving the "I have too many random scripts on my filesystem" problem. Especially for my job. Pun intended
셸 언어는 때로 추하길 요구 받는다
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)
Hier, on m'a demandé de réduire par 10 le poids d'un fichier pdf (document contenant beaucoup de photos de bonne qualité, sensé être simplement affiché ensuite sur un écran). Je m'en suis sorti en utilisant Ghostscript. La commande pour faire ça tenait en une ligne.
On me dit toujours que la ligne de commande c'est un truc de geek. Alors, comment font les gens "normaux" pour faire ce genre de choses (car c'est un cas d'usage assez courant en fait) ?
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` ]
@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
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?
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.
Stupid-but-works tip on how to add inline documentation comments for multi-line shell commands in scripts: Combine command substitution with grave accents "`" and the do-nothing built-in command ":":
```shell
% ls \
> -h `: this is a comment` \
> -a `: this is another comment` \
> -t `: more commentssss`
```
Universal CLI for databases
I've just released v1.0.0 of ng2web, a command line tool that converts a #NortonGuide file into a collection of static web pages. Useful if you want to revive information locked up in Norton Guide files.