Finally I can preview my PCBs in the terminal
terminal3d — View 3D obj files in the terminal.
Support using mouse controls & different render modes.
Written in Rust!
Finally I can preview my PCBs in the terminal
terminal3d — View 3D obj files in the terminal.
Support using mouse controls & different render modes.
Written in Rust!
Just published an article on my blog. If you're a RipGrep user, you should take a look. It might solve your issue.
https://andrewwoods.net/blog/2025/ripgreps-annoying-message/
l@celfred@framapiaf.org @monniauxd.bsky.social @apps
Et si vous avez un site web sur lequel vous pouvez faire des dépôts par #scp, je vous passe volontiers mon script dont la #ligneDeCommande ressemble à s'y méprendre à celle de #mutt (ou #pine si vous voulez ou le #mua en #commandLine que vous aimez).
I'm mostly posting this as a way to help myself remember, but:
I have been using the venerable `less` Unix utility for over a quarter century (!) but just today I learned you can view multiple files with it!
less file1.txt file2.txt file3.txt
Use `:n` and `:p` to go to the next/previous file.
Determine Which Linux/Unix Init System is Being Used
Join this investigative adventure to determine the init system being used on GNU/Linux or Unix operating system using illustrated command examples.
Finally, we can flex anime in the terminal
**mal-cli** — A TUI for the official MyAnimeList API.
Supports rendering images!
Written in Rust & built with @ratatui_rs
GitHub: https://github.com/L4z3x/mal-cli
Si vous avez besoin d'aide pour écrire une commande Linux (c'est mon cas), ce site vous offre plein de générateurs (à la cron.guru). Evidement, ce serait génial d'avoir ça dans un TUI https://cmdgenerator.org/ #linux #commandline #générateur
Found a handy CLI tool for Git >_
**git-statuses** — Display the status of multiple Git repositories in a clear, tabular format.
Scans directories recursively for Git repositories
Written in Rust!
This Queer Online Zine Can Only Be Read Via an Ancient Internet Protocol https://www.404media.co/queer-online-zine-new-session-telnet/ #non-commerical-internet #commandline #KISS
Found the terminal task manager we all needed!
**taskim** — A task manager with Vim motions
Supports marking tasks as complete
Monthly calendar view & reordering
All customizable UI!
Written in Rust & built with @ratatui_rs
GitHub: https://github.com/RohanAdwankar/taskim
Handy #bash #alias to get your phone's battery status from the #CommandLine if you're using #KDEConnect and it's available:
alias kcbatt='qdbus6 org.kde.kdeconnect /modules/kdeconnect/devices/$(grep -Em1 "^\[[0-9a-f_]+\]" ~/.config/kdeconnect/trusted_devices |tr -dc 0-9a-f_)/battery org.kde.kdeconnect.device.battery.charge'
(Will take the device id for the first device in your trusted_devices
file. If you have more than one phone registered to #KDE Connect, then you need to add some more logic (and likely make it into a bash function or script))
[Apologies to Ernest Thayer]
I enjoyed this new Zine from @b0rk - "The Secret Rules of the Terminal". I've been using command lines for decades and I still learned a lot.
This is rad. It’s a queer digital zine called New Session that’s published via Telnet.
Co-founder/editor Cara Esten Hurtle notes:
“The project isn’t just retro novelty—it’s a radical rejection of the addictive social media and algorithmic attention-mining that have defined the modern day internet.”
(Hat tip @404mediaco: https://www.404media.co/queer-online-zine-new-session-telnet/)
5 Linux Commands You’ve Probably Never Heard Of, by (not on Mastodon or Bluesky):
Just stumbled upon this amazing tool called zk! It's a command-line assistant for maintaining a plain text Zettelkasten or personal wiki. Perfect for programmers and note-takers alike!
Check out the GitHub repo: https://github.com/zk-org/zk and this insightful video:https://youtu.be/UzhZb7e4l4Y Note-taking System ALL Programmers Should Consider.
#Productivity #Programming #zk #NoteTaking #Zettelkasten #OpenSource #TechTools #CommandLine #Markdown @linux
A Gentle Introduction to Ncurses for the Terminally Impatient - Considered by many to be just a dull output for sequential text, the command-line ... - https://hackaday.com/2025/06/17/a-gentle-introduction-to-ncurses-for-the-terminally-impatient/ #softwaredevelopment #softwarehacks #commandline #featured #interest #terminal #ncurses #cli
#TIL that you can specify a date with a timezone to the #Linux date command to easily convert to your local timezone:
$ date --date='TZ="Europe/London" 2025-06-29 12:00'
Sun Jun 29 07:00:00 AM EDT 2025
Or to convert to a third timezone:
$ TZ=America/Chicago date --date='TZ="Europe/London" 2025-06-29 12:00'
Sun Jun 29 06:00:00 AM CDT 2025
Useful!
#commandLine
https://www.europesays.com/2161288/ Inside Mark Zuckerberg’s AI hiring spree #AI #Apple #ArtificialIntelligence #CommandLine #google #Meta #OpenAI #snapchat #tech
Command line stuff like `whoami` in e.g. `squeue -u $(whoami)` or the etymology of the command `less`, are like cave paintings or rude graffiti in Pompeii. Programmers from the past succinctly using humour to convey a purpose.