Joe Hand

Results 83 issues of Joe Hand

_From @joehand on January 4, 2017 16:32_ Show remote progress bars when connected to peers. We could start this as a basic `dat push` that runs until all peers are...

Priority: High
Type: Enhancement

How do we want to manage keys for multiwriter? Recently, we added the `dat keys` command for import & export (#828), multiwriter key management can build on that. ---- Old...

Priority: Medium
Type: Enhancement
Status: In Progress

I am reporting: - a bug or unexpected behavior # Bug Report Please give us details about your installation to assist you. Run `dat -v` to see the version of...

Having single file download would be cool. A couple options: 1. `dat download /file.txt`, `dat /file.txt` - download file with in memory metadata 2. `dat clone /file.txt` - download file...

Priority: Medium
Type: Enhancement

User can share a single file with the command line: `dat ~/Desktop/my_best_file_ever.zip`. Since it'd be confusing to create a .dat folder, we could use the `--temp` option here, keeping the...

I am reporting: - a bug or unexpected behavior # Bug Report Please give us details about your installation to assist you. Run `dat -v` to see the version of...

Type: Bug

Current status on docker + dat networking troubleshooting. This is a general issue to keep visibility and update progress, not related directly to cli. We're still having trouble accessing exposing...

Type: Bug
Status: HELP WANTED

Running the shortcut command, e.g. `dat dir/` doesn't read the `.datdownload` file. Fix may be making the `selectFromFile` a global option for any command that isn't writer.

Priority: High
Type: Bug

Add `dat keep` command and/or `--keep` option to store the history in a local clone, started in [this branch](https://github.com/datproject/dat/tree/save-history). The goal would be to have a local copy of history...

Priority: Medium
Type: Enhancement
Status: In Progress

_From @joehand on December 20, 2016 0:43_ Through our meeting and presentations it seems like version history is pretty important, even something basic. Basic versioning would require: * Storing historic...

Type: Enhancement
Status: On Hold