Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cblgh/paperslip
share hard-to-transmit snippets with easy-to-pronounce names using dht magic
https://github.com/cblgh/paperslip
dat p2p
Last synced: 4 days ago
JSON representation
share hard-to-transmit snippets with easy-to-pronounce names using dht magic
- Host: GitHub
- URL: https://github.com/cblgh/paperslip
- Owner: cblgh
- License: mit
- Created: 2018-12-31T16:21:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-09T23:16:15.000Z (almost 3 years ago)
- Last Synced: 2024-12-26T15:11:45.722Z (16 days ago)
- Topics: dat, p2p
- Language: JavaScript
- Size: 133 KB
- Stars: 37
- Watchers: 5
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# paperslip
share hard-to-transmit snippets with easy-to-pronounce names using dht magic## Usage
In one terminal:
```sh
paperslip testshare
```
In another terminal:
```sh
echo "hello from another terminal" | paperslip testshare --stdin
```
### More
```sh
Usage: paperslip [--note, --stdin]
Examples:
# Send a note using a generated namespace
paperslip --note "dat://54d..b015"
# Receive a note by listening to 35c3
paperslip 35c3
# Share a note in 35c3
paperslip 35c3 --note "dat://7331..c001"
# Pipe all your input to 35c3
paperslip 35c3 --stdinOptions:
--note Information to send to peers
--stdin Pipe standard input to peers
```