@tentagrip/seemd
v0.1.2
Published
Share a markdown file with one CLI command — auto-uploads linked .md files too.
Readme
seemd
Share a markdown file with one command. Linked .md files are uploaded together and rewritten so navigation works on the shared page.
npx @tentagrip/seemd <md-file>
# → https://seemd.xyz/<slug>Or install globally:
npm i -g @tentagrip/seemd
seemd <md-file>What it does
- Uploads the file you point at
- Walks markdown links and follows relative
.md/.markdownreferences; uploads each, rewrites links to slug URLs so navigation works on the shared page - Anchors preserved (
./X.md#section) - Images, absolute URLs, non-md targets left alone
- Cycles tolerated (back-edge link stays as the original path, 404s on click)
- Documents auto-expire after 48 hours
First run registers an anonymous device id in ~/.config/seemd/config.json. No login, no account.
License
MIT
