git ssb

3+

dust / capsule



Tree:
📄.gitignore
📄README.md
📁chromium
📁os
📄package.json
📄serializeSelectedHTML.js
README.md

capsule

how to use

set up a URI handler for protocol ssb-capsule

put something like this in ~/.local/share/applications (linux):

[Desktop Entry]
Name=capsule
GenericName=capsuleURI
X-GNOME-FullName=capsule URI handler
Comment=send capsule URI text to sbot
Exec=/home/user/capsule/os/parser %u
Terminal=false
NoDisplay=true
Type=Application
StartupNotify=true
MimeType=x-scheme-handler/ssbcapsule
Categories=Network;P2P

install addon and use

  1. git clone
  2. npm install
  3. npm build
  4. visit chrome extensions menu (chrome://extensions)
  5. check developer mode checkbox
  6. load unpacked extension from capsule/chromium
  7. visit a tab
  8. select some things
  9. click the addon icon
  10. type some fun comments
  11. choose a channel/topic it should be filed under
  12. hit send
  13. share your new cypherspace reblogging exploits

TODO

credits

Built with git-ssb-web