Is this the future of terminal gaming?
**ratthew** — A 3D dungeon crawler in the terminal.
Written in Rust!
Built with @ratatui_rs + @bevy
GitHub: https://github.com/cxreiff/ratthew (WIP)
Is this the future of terminal gaming?
**ratthew** — A 3D dungeon crawler in the terminal.
Written in Rust!
Built with @ratatui_rs + @bevy
GitHub: https://github.com/cxreiff/ratthew (WIP)
New milestone: 10k stars on GitHub! Thank you!
Check out **git-cliff** — A CLI tool for generating changelogs
Written in Rust (but works with any Git project!)
Documentation: https://git-cliff.org
Dear sound/audio folks and engineers,
I have a directory with 3.5GiB of audio files (chiefly opus & m4a) which are spoken word recordings.
Some of them are quite low, and some of them are quite dynamic such that it's a whisper at times and nearly a shout at other times.
I've processed a lot of them with #audacity's compressor filter or #ffmpeg (ffmpeg -i audio.m4a -filter:a "speechnorm=e=50:r=0.0001:l=1" audio-normalized.m4a
), but there are some unprocessed files in the collection, which are a pain to individually find and fix.
Is there a way from the #CommandLine to detect the loudness and/or dynamic range of audio files so that I can automatically flag them for processing with ffmpeg?
Thanks!!
Do you enjoy nitpicking Rust code? Me too.
**cargo-sort-derives** — Consistently order derive attributes in your Rust struct and enums.
Supports specifying the order and configuring the ignored lines/ranges.
Einfach mal schnell den verbleibenden Platz auf Festplatte oder SSD anzeigen: geht super mit duf von @fribbledom
What if bash was written in Rust? I think it's time.
**brush** — Bash/POSIX-compatible shell implemented in Rust
Bo(u)rn(e) RUsty SHell
Built & tested on Linux/macOS/Windows
GitHub: https://github.com/reubeno/brush
Sometimes, all you need is a little terminal tool to be happy.
**regname** — Mass rename files.
That's it... it does what it says.
Written in Rust & built with @ratatui_rs
How to Measure and Monitor Network Latency in Linux Using ping, mtr, and smokeping #network #ping #mtr #smokeping #linux #linuxnetworking #troubleshooting #commandline
https://ostechnix.com/monitor-network-latency-linux-ping-mtr-smokeping/
I've come to the conclusion that the command line is peak UI. It's fast, and it doesn't freeze as often. I had an issue where I tried to delete a task in the Windows Task Scheduler and every time I would try, the UI froze on me. I piped the below into Powershell and it was deleted! No lag, no nothing!
Unregister-ScheduledTask -TaskName "RClone Backup Writings"
Some really fantastic #CommandLine tips in this newsletter by @NVAccess https://www.nvaccess.org/post/in-process-11th-april-2025/ #NVDA #PowerShell #Terminal #CommandPrompt
Here is how I test my GitHub CI from the terminal!
**wrkflw** — Validate and execute GitHub Actions workflows locally
Supports viewing logs, outputs, and execution details
Parallel runs, emulation mode & more!
Written in Rust & built with @ratatui_rs
There is an alternative for all things #Microsoft, it is called #Linux!
With the Linux #commandline nobody needs #proprietary AI
You do not need Amirican tech!
Debugging in the terminal isn't difficult anymore
Meet **heretek** — A gdb TUI dashboard
Supports viewing stack, registers, instructions, hexdump & more!
Works with remote targets seamlessly (no gdbserver!)
Written in Rust & built with @ratatui_rs
Memo - Manage your Apple Notes and Reminders from the terminal
https://github.com/antoniorodr/memo
Discussions: https://discu.eu/q/https://github.com/antoniorodr/memo
Today I found Neofetch but based on location data!
**countryfetch**: Obtain country information from the terminal.
Reply with screenshots below!
Written in Rust!
Finally, I can make sure I'm a human, not a rat!
**tgv**: Terminal Genome Viewer
Explore human genomes in the terminal.
Supports multiple formats, Vim motions & more!
Written in Rust & built with @ratatui_rs
GitHub: https://github.com/zeqianli/tgv
Share Text Data to Camera Enabled Devices via QR Code
Share quickly and easily between all devices using nothing but a computer with GNU/Linux operating system, a camera and a quick response (QR) code.
the #bash REPL is Ctrl+x+e