cli
cli copied to clipboard
A CLI for peer-to-peer file sharing using the Hypercore Protocol.
I'm slightly perplexed as to how this used to work, but testing either way shows that the daemon processes spawned by `hyp daemon start` have a tendency to terminate if...
This makes e.g. `npm docs @hyperspace/cli` work instead of giving a 404 page.
restarted computer, reinstalled hypercore-cli but i still keep getting "the daemon is not active", any ideas to fix this?
Add hypercore-crypto and hypertrie.
My expectation is hyperspace's socket env variable defines where the socket is created. However when the full path is defined, they command freezes when trying to start the daemon. ```...
Creating a hyperdrive which contains a soft link returns an error. ``` mkdir -p a/b touch a/file.txt (cd a/b; ln -s ../file.txt) hyp sync a # Syncing... # Comparing... #...
1. Trying to solve #1 2. Having trouble while trying to run the code due to the fact that apparently it can't import `../lib/commands/alias.js`. Not sure why. It is perfectly...
It'd be really handy if we could alias hyper URLs to some registry internal to `hk` to reduce typing. Something like... ``` hk alias bob hyper://1234..af hk drive ls bob...
When I try to create a hyperdrive I get this error:  I don't now if it's an issue with hyperdrive itself, so I opened it here. I'm running cmd...