Still a huge WIP but it's starting to look promising... #fediverse #cli #linux #ratatui #rust
I finally managed to get scrolling working in my Fediverse command line client! Next step: add "infinite scroll" behavior.
Still a huge WIP but it's starting to look promising... #fediverse #cli #linux #ratatui #rust
I finally managed to get scrolling working in my Fediverse command line client! Next step: add "infinite scroll" behavior.
@stfn
Right, but tell people what they are doing with this command.
If .hushlogin is not existing in the home directory (~/) touch is just creating an empty file named .hushlogin.
But if it already exists: touch adoptes the access time stamp to the time touch is executed...
#linuc #cli #commands #touch
Struggling with shell script arguments? Our guide breaks down positional parameters step by step! From $0 to ${10}, we've got you covered with practical examples.
Read: Mastering Positional Parameters in Linux at: https://www.spsanderson.com/steveondata/posts/2025-04-18/
#ViernesDeEscritorio #DesktopFriday #CLI #Minimalismo
#openSUSE#LeftWM
( ͒•·̫| Buen fin de semana
It's been a minute (almost 3 years, but who's counting?), but I've just released a new version of broken-links, to add a user agent to it (thank you @mike_k for the suggestion).
It's a link checker - give it a starting URL, and it'll recursively crawl all pages with that domain, checking all internal and external links found.
Install via `cargo install broken-links` or see the release page for other options: https://codeberg.org/kdwarn/broken-links/releases/tag/v0.2.4
This has been my new RSS reader for the last couple of weeks, and I'm not looking back.
Newsboat.
Azure CLI Breaking Change Pre-Announcement.
Need quick help with a #Linux command but don’t have it installed? No worries. #openSUSE #manpages has you covered! Browse or search pages for #Tumbleweed, #Leap, #Slowroll and others right in your browser. #Linux #CLI https://manpages.opensuse.org
Wochenrückblick, Ausgabe 87 (2025-15)
Themen:
Bikerouter: Überarbeiteter Download-Dialog
Wieviel Treibtstoff benötigt ein Flugzeug? Wie vergleicht sich das mit dem Auto fahren?
Firefox und vertikale Tabs
Die schönste Farbpalette: 12-bit Rainbow von @kate
CLI-Tool der Woche: mitmproxy und mitmweb
In dieser Woche gehört: MEEMA b2b Max Muth, Moto Moto, Emel White & Silvi Knallt, Sommersonnenwende, Hophiluck
#Wochenrückblick #Bikerouter #Boeing #Kerosin #Treibtstoff #Auto #Firefox #Color #Palette #Rainbow #CLI #mitmproxy #mitmweb #Charles #HTTPS #Proxy #Techno
The purpose of the script is to generate and execute a Makefile to convert videos for recording VHS tapes - either directly from the computer or via a DVD player.
Outputting Makefile syntax is pretty easy with PHP: The toString method in the Makefile rule class only needs 5 lines of code. Look for yourself: https://codeberg.org/ncc1988/analogtape-utils/src/commit/6566e560fad1fea61bef7b32c9211353b572465f/encode_vhs.php#L55
2/2
I think I won't bother anymore with writing (bash) shell scripts that are longer than a few lines. I find the syntax too unintuitive and there are better programming languages like PHP that produce more readable code.
In the last two hours, I translated a bash shell script with ~250 lines to a PHP CLI script. The latter is nearly 400 lines long but definetly more readable and it also has more user-friendly output.
1/2