ai-dr
v1.0.0
Published
ai;dr — Rewrite anything in clear, sharp prose. Like tl;dr, but AI did the rewriting.
Maintainers
Readme
ai;dr
Like tl;dr, but AI did the rewriting.
Rewrite anything in clear, sharp prose. One command.
Usage
# Direct text
npx aidr "The implementation of the new organizational restructuring initiative will facilitate the optimization of cross-functional synergies."
# → "The restructuring will help teams work together."
# Pipe anything
echo "bad corporate jargon here" | npx aidr
cat email-draft.txt | npx aidr
pbpaste | npx aidrInstall (optional)
npm install -g aidrThen just:
aidr "your text"Setup
Set your Anthropic API key:
export ANTHROPIC_API_KEY=sk-ant-...Get one at console.anthropic.com.
What it does
Takes bloated, unclear, or jargon-filled text and rewrites it using clear, sharp prose. Short words. Concrete nouns. Active verbs. No jargon.
Inspired by The Economist's writing style: "Imagine you are having a conversation with an intelligent friend."
License
MIT
