I haven’t looked under the hood here but to make simple text replacement via command line is an LLM even required? A human driven command line tool to do basic substitution on batches of files reliably would be amazing.
Show HN: Docx-CLI: agents read/edit Word docs using 1/2 the time and tokens
11–20 of 37 posts
Re: Show HN: Docx-CLI: agents read/edit Word docs using 1/2 the time and tokens
#12Nice — CLI-first for document tooling is underrated. How are you handling embedded images in the XML? That was a pain point when I was parsing OOXML in a different context.
Re: Show HN: Docx-CLI: agents read/edit Word docs using 1/2 the time and tokens
#13I haven’t looked under the hood here but to make simple text replacement via command line is an LLM even required? A human driven command line tool to do basic substitution on batches of files reliably would be amazing.
Re: Show HN: Docx-CLI: agents read/edit Word docs using 1/2 the time and tokens
#14Very cool. So much of the 'capability overhang' of AI can be addressed with tools like this--data manipulation etc without LLMs having to galaxy brain everything in token space
Re: Show HN: Docx-CLI: agents read/edit Word docs using 1/2 the time and tokens
#15nice to see others try to solve a problem we also experienced. I'm also working on letting agents read/edit word docs but exposing it as a simple MCP www.vespper.com
Re: Show HN: Docx-CLI: agents read/edit Word docs using 1/2 the time and tokens
#16Re: Show HN: Docx-CLI: agents read/edit Word docs using 1/2 the time and tokens
#17It is one of the biggest facilitator of vendor lock in in the history of computing.
Re: Show HN: Docx-CLI: agents read/edit Word docs using 1/2 the time and tokens
#18I originally started this project just to build a TA agent for a professor who didn't have any TAs (my wife). So as you can imagine, it was critical that it could properly write comments and only edit with track edits mode on... and do all of this without accidentally breaking the structure of the doc that couldn't be read. It's since then expanded to cover everything from editing tables, hyperlinks, footnotes, and a…
Re: Show HN: Docx-CLI: agents read/edit Word docs using 1/2 the time and tokens
#19Re: Show HN: Docx-CLI: agents read/edit Word docs using 1/2 the time and tokens
#20I haven’t looked under the hood here but to make simple text replacement via command line is an LLM even required? A human driven command line tool to do basic substitution on batches of files reliably would be amazing.
you've never dealt with ooxml.