- scuttlebutt server running (like Patchwork or Patchbay)
- ssb-private and ssb-about plugins installed
Prebuilt: download from https://squi.cc/misc/scat.html- Run from source: clone this repo, run
npm install
, thennode index.js
Since scat
uses neat-input
, you can use these shortcuts while typing:
ctrl-a
move the cursor to the beginning of the linectrl-e
move the cursor to the end of the linectrl-b
move the cursor one character to the leftctrl-f
move the cursor one character to the rightctrl-k
erase all characters to the right of the cursorctrl-u
erase the whole linectrl-w
erase one word to the left of the cursoralt-backspace
same as ctrl-walt-d
erase one word to the right of the cursoralt-b
move the cursor one word to the leftalt-f
move the cursor one word to the right
- https://cabal.chat/ -- p2p chat on Dat
- https://github.com/orbitdb/orbit -- p2p chat on IPFS
- https://github.com/clevinson/scuttle-chat -- ephemeral chats on Scuttlebutt
AGPL 3.0