Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting data out of dat: UX proposals #296

Closed
okdistribute opened this issue Apr 6, 2015 · 1 comment
Closed

Getting data out of dat: UX proposals #296

okdistribute opened this issue Apr 6, 2015 · 1 comment

Comments

@okdistribute
Copy link
Collaborator

Problem: need to get data out of dat. sometimes you want it deleted, other times you want to just copy it out.

Proposal 1:

dat <files/rows> move <dataset> <out-filename>
copies and removes the data from dat

dat <files/rows> copy <dataset> <out-filename>
copies the data from dat. data isn't removed

Proposal 2:

dat <files/rows> copy <dataset> <out-filename>
copies the data from dat to a file. if the user wants to remove the data, they have to run dat rm or dat delete

  • the benefits of proposal 2 are that a user might not recognize that 'move' will actually remove the data in dat and could lead to small confusion.
  • proposal two adds a fundamental assumption: the only command that removes data from dat is dat rm or dat delete
@okdistribute
Copy link
Collaborator Author

could be dat copy or dat export or maybe something else..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant