Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joehand/dat-next
warning! you should probably still use the regular dat cli ---->
https://github.com/joehand/dat-next
Last synced: 17 days ago
JSON representation
warning! you should probably still use the regular dat cli ---->
- Host: GitHub
- URL: https://github.com/joehand/dat-next
- Owner: joehand
- License: mit
- Created: 2016-11-17T23:29:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T22:46:28.000Z (over 6 years ago)
- Last Synced: 2024-04-13T17:21:00.165Z (7 months ago)
- Language: JavaScript
- Homepage: https://github.com/datproject/dat
- Size: 331 KB
- Stars: 27
- Watchers: 11
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - joehand/dat-next - warning! you should probably still use the regular dat cli ----> (others)
README
# dat-next
The next version of the `dat` command line tool.
**WITH HYPERDB!!** 🌟
Current version at [datproject/dat](https://github.com/datproject/dat).
**Warning: many bugs and not stable. May delete all your data!**
#### Known Bugs:
* Not really much UI
* Resuming doesn't work
* weird importing stuff going on
* No files storage
- sharing: files copied to db storage (takes up double size on HD)
- downloading: db in memory and copied to files## Install:
```
npm install -g dat-next
```## Usage
### Share a directory:
```
dat-next [options]
--temp,-t keep data in memory
```### Download `key` to `dir`:
```
dat-next [options]
```