Deff – side-by-side Git diff review in your terminal
https://github.com/flamestro/deff
#HackerNews #Deff #Git #diff #terminal #review #coding #tools #open-source
#Tag
Deff – side-by-side Git diff review in your terminal
https://github.com/flamestro/deff
#HackerNews #Deff #Git #diff #terminal #review #coding #tools #open-source
Pi – a minimal terminal coding harness
#HackerNews #Pi #terminal #coding #harness #minimal #coding #tools #developer #tools
I just open sourced dv - a terminal app for browsing diffs.
It's still pretty fresh, but if you have any feedback or ideas let me know!
https://github.com/darrenburns/dv
#tui #cli #openSource #terminal #git #github #tools #software
I just open sourced dv - a terminal app for browsing diffs.
It's still pretty fresh, but if you have any feedback or ideas let me know!
https://github.com/darrenburns/dv
#tui #cli #openSource #terminal #git #github #tools #software
Omg I can finally organize my downloads folder 😍
🌰 **Hazelnut** — A file organizer TUI inspired by Hazel
⚡ Watch folders, define rules (move/rename/archive/run) & let the daemon handle everything.
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/ricardodantas/hazelnut
#rustlang #ratatui #tui #automation #productivity #files #cli #linux #terminal
Have you ever wondered how many PDFs, images, videos, or particular kind of files you have on your device? It is the time to find out.
I am hereby proud to officially launch a Fedi-wide file count challenge, in exclusive partnership with the 2025-27 class of @xpub 👾
find . | grep '.pdf$' -c (on Windows: gci -r | where Name -match '\.pdf$')pdf” with any file format you are interested in sharing. We suggest: jpg, mp3, and png. 🔆 Bonus: html, js, ttf, odt, svgThere is a secret prize for the three people who have the most PDFs, JPEGs, and HTMLs. More info to follow.
Boost, share, fork… Do whatever you want, but please have fun while doing it.
I willl keep writing updates. Yaaaaaaay ⌨️⌨️⌨️⌨️⌨️⌨️⌨️⌨️⌨️⌨️⌨️⌨️⌨️⌨️⌨️⌨️⌨️
#fileCountChallenge #fileCount #XPUB #challenge #terminal #Linux #cmd #CLI #find #grep #filesystem #file #files
Finally, I can see what's draining my battery easily 🔥
🔋 **jolt** — A battery & energy monitor TUI
💯 See battery health, system power draw & energy-hungry processes
⚙️ Runs on MacOS & Linux
📊 Supports history graphs, themes, bg daemon.
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/jordond/jolt
Finally, I can see what's draining my battery easily 🔥
🔋 **jolt** — A battery & energy monitor TUI
💯 See battery health, system power draw & energy-hungry processes
⚙️ Runs on MacOS & Linux
📊 Supports history graphs, themes, bg daemon.
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/jordond/jolt
Have you ever wondered how many PDFs, images, videos, or particular kind of files you have on your device? It is the time to find out.
I am hereby proud to officially launch a Fedi-wide file count challenge, in exclusive partnership with the 2025-27 class of @xpub 👾
find . | grep '.pdf$' -c (on Windows: gci -r | where Name -match '\.pdf$')pdf” with any file format you are interested in sharing. We suggest: jpg, mp3, and png. 🔆 Bonus: html, js, ttf, odt, svgThere is a secret prize for the three people who have the most PDFs, JPEGs, and HTMLs. More info to follow.
Boost, share, fork… Do whatever you want, but please have fun while doing it.
I willl keep writing updates. Yaaaaaaay ⌨️⌨️⌨️⌨️⌨️⌨️⌨️⌨️⌨️⌨️⌨️⌨️⌨️⌨️⌨️⌨️⌨️
#fileCountChallenge #fileCount #XPUB #challenge #terminal #Linux #cmd #CLI #find #grep #filesystem #file #files
I know I posted about this but can't find it (aha, found it: https://mathstodon.xyz/@ddrake/112784707289030020 on the "numfmt" utility) -- but today I learned of the --human-numeric-sort option to the GNU "sort" command!
"sort -h" is smart about suffixes: it knows that 999K is less than 1M, and so on.
It's obviously designed to handle input from things like "du -h", which means
du -h | sort -h
does exactly what you want!
I know I posted about this but can't find it (aha, found it: https://mathstodon.xyz/@ddrake/112784707289030020 on the "numfmt" utility) -- but today I learned of the --human-numeric-sort option to the GNU "sort" command!
"sort -h" is smart about suffixes: it knows that 999K is less than 1M, and so on.
It's obviously designed to handle input from things like "du -h", which means
du -h | sort -h
does exactly what you want!
Really happy to see other ecosystems getting inspired by Ratatui ♥️🐁
🌀 **RatatuiRuby** — Build TUIs with Ruby powered by @ratatui_rs
🦀 Rust handles rendering + your Ruby code handles design.
📚 Docs: https://www.ratatui-ruby.dev
#rustlang #ratatui #ruby #tui #terminal #opensource #library #programming
AWS-doctor – A terminal-based AWS health check and cost optimizer in Go
https://github.com/elC0mpa/aws-doctor
#HackerNews #AWSdoctor #terminal #AWS #healthcheck #costoptimizer #Go
Goodmorning lovely Fedi people

Heads-up:' title='
Heads-up:' class='emoji' src='https://api.iconify.design/flan_wave/
Heads-up.svg' /> if you use gurk-rs, a Signal client for the terminal, you should update it to either the commit done an hour ago or to version 0.8.1 once it is out. It fixes missing incoming messages due to missing trusted roots
#Signal #Gurk #OpenBSD #HardenedBSD #FreeBSD #Rust #Terminal
Found a powerful markdown tool for the terminal! 🔥
📚 **ekphos** — A markdown research TUI inspired by Obsidian.
💯 Supports Vim keybindings, inline images, wiki links, graph view, fuzzy search & more!
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/hanebox/ekphos
#rustlang #ratatui #tui #markdown #notes #research #devtools #terminal #obsidian
Found a powerful markdown tool for the terminal! 🔥
📚 **ekphos** — A markdown research TUI inspired by Obsidian.
💯 Supports Vim keybindings, inline images, wiki links, graph view, fuzzy search & more!
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/hanebox/ekphos
#rustlang #ratatui #tui #markdown #notes #research #devtools #terminal #obsidian
Goodmorning lovely Fedi people

Heads-up:' title='
Heads-up:' class='emoji' src='https://api.iconify.design/flan_wave/
Heads-up.svg' /> if you use gurk-rs, a Signal client for the terminal, you should update it to either the commit done an hour ago or to version 0.8.1 once it is out. It fixes missing incoming messages due to missing trusted roots
#Signal #Gurk #OpenBSD #HardenedBSD #FreeBSD #Rust #Terminal