justforwarded
v0.3.1
Published
Publish markdown, code, JSON, CSV, slide decks (Marp / reveal.js), and binaries to a public URL on justforwarded.com. Includes pre-publish lint, in-app notifications, granular link permissions, version history, suggestions, and audit log subcommands for a
Downloads
971
Maintainers
Readme
Just Forwarded
justforwarded.com — publish a markdown file (or code, CSV, JSON, YAML, PDFs, images, slide decks) to a stable public URL with Google-Doc-shaped rendering. Built for the moment right before you'd otherwise paste your deliverable into a Google Doc and fight permissions.
What you get
- A single command that turns a local file into a sharable URL.
- The URL doesn't change when you re-run the command on the same file — re-publishing updates the existing share.
- The recipient sees a clean rendering. No login required to read.
- Optional comments, suggestions, version history, link permissions, and per-share themes once you're signed in.
Install
npm install -g justforwardedAlready installed? Upgrade with npm install -g justforwarded@latest.
First publish
justforwarded login # opens a token-creation flow
justforwarded path/to/file.mdOutput is a single line — the share URL. Hand it to the recipient.
Editor + agent integrations
- Claude Code skill: bundled with this package; installs via
justforwarded skill install. AI agents publish files for you. - VS Code / Cursor extension:
extensions/vscode/in this repo (marketplace listing pending). - Raycast extension:
extensions/raycast/(Raycast Store listing pending). - Obsidian plugin:
extensions/obsidian/(community-plugins listing pending).
Full docs
Everything beyond first-publish lives at justforwarded.com/docs:
- CLI reference
- REST API reference
- Visibility + link permissions
- Comments, suggestions, version history
- Orgs, projects, doc-level roles
- Themes + branding
- Notifications
License
MIT.
