HackerTrans
TopNewTrendsCommentsPastAskShowJobs

w108bmg

no profile record

Submissions

Show HN: Xleak – Terminal Excel viewer with interactive TUI and search

github.com
6 points·by w108bmg·8 mesi fa·0 comments

Show HN: Doxx – Terminal .docx viewer inspired by Glow

github.com
261 points·by w108bmg·11 mesi fa·72 comments

Show HN: Gitego – Automatic Git identity switcher

github.com
4 points·by w108bmg·11 mesi fa·0 comments

Show HN: Lstr – A modern, interactive tree command written in Rust

github.com
227 points·by w108bmg·anno scorso·66 comments

comments

w108bmg
·11 mesi fa·discuss
Just added a more comprehensive release with a lot more install options!
w108bmg
·11 mesi fa·discuss
What an ignorant comment! I've been developing (statistical) software for 10+ years! This project would've taken me 6+ months at least, but I've been able to take the idea + some scratch code to production in a weekend.
w108bmg
·11 mesi fa·discuss
Thanks for all the support and good feedback! First release is out!

https://github.com/bgreenwell/doxx/releases/tag/v0.1.1
w108bmg
·11 mesi fa·discuss
I honestly don't get the name hate? It's 100% intentional wordplay! "Exposing" word documents in the CLI.
w108bmg
·11 mesi fa·discuss
Maybe? I don't use Pandoc directly (fantastic program, but I only use it thorugh Quarto and Rmarkdown), but something like `doxx document.docx --export text | grep "search term"` should work just like `cat`+`grep`, but with better table structure and no intermediate conversion needed like pandoc.
w108bmg
·11 mesi fa·discuss
I'm working to improve the copy/paste. Right now, you can copy everything, but not select snippets to copy/paste (ways around this, though). Hopefully have it working in the next week!
w108bmg
·11 mesi fa·discuss
It's 100% intentional wordplay! "Doxxing" documents by exposing their contents in the terminal instead of keeping them locked in Microsoft Word. The whole project is about "liberation from Office" so the pun felt perfect. I'm honestly not too creative so I was bouncing around with Google Gemini on some "clever" names.
w108bmg
·anno scorso·discuss
I appreciate the ecosystem of packages that seem really well maintained. I don’t love the syntax and find Rust harder to read and learn so far compared to something like golang (I’m used to R which is not a compiled language but has a great dev community).

I do love the compiler and support tools built into Cargo (fmt, clippy, etc.).
w108bmg
·anno scorso·discuss
Really appreciate all the comments and useful feedback (first Rust package). Especially ways to reduce the size of the binary!
w108bmg
·anno scorso·discuss
lol good catch, and I totally missed it

I used vhs to record the gif which must not run the script in my native terminal! I’ll have to see about fixing it!