#fileediting — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #fileediting, aggregated by home.social.
-
OfficeCLI: Office suite for AI agents to read and edit Microsoft Office files
https://github.com/iOfficeAI/OfficeCLI
Comments: https://news.ycombinator.com/item?id=48807225
#HackerNews #OfficeCLI #AI #MicrosoftOffice #FileEditing #Productivity #Tools
-
#Anthropic’s #ClaudeCode for #Mac now includes a repeatable routines feature, allowing #automations to run on a #schedule or trigger, even offline. The redesigned Claude Code experience offers #parallelsessions, an integrated #terminal, #fileediting, and more. https://9to5mac.com/2026/04/14/anthropic-adds-repeatable-routines-feature-to-claude-code-heres-how-it-works/?eicker.news #tech #media #news
-
Well, that was a rather useful CLI construct 😎 🤓
find . -type f -exec grep -q "string_I_am_looking_for" {} \; -exec emacs {} \;