-
Notifications
You must be signed in to change notification settings - Fork 271
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
Add "upload" terminal command #1522
Comments
This command already exists: It is |
If it's locked down for AFAIK Right? |
That is true; we already use that method with the "import game" dialog, for instance. But this is a rough for a command-line utility - both for immersion reasons, and also general ergonomics, it would be awkward to start out with On the whole, I think the combination of copy-paste and |
Hmmm ... I think I get your point about the workflow. Thank you for your detailed responses; I really appreciate it. :) |
Should it support xmodem, zmodem, 7bit, even or odd parity? |
Summary: Add a terminal command
upload
which uploads file(s) from your IRL computer to the game. This is the inverse of thedownload
command.Currently there exists a command
download
in the terminal:which downloads files from the game to your IRL computer. If you download multiple files, they will be zipped.
However, no corresponding command exists to upload files from your IRL computer to the game. This means that the
download
command isn't as useful as it could be, because it cannot effectively be used for:This issue is a suggestion to create a command
upload
which allows the player to select file(s)/folders to upload from their IRL computer to the game. This would be the inverse of thedownload
command.Effects:
Save file: any
Scripts: at least one
Steps: none
Version: v2.6.2 (633da38)
EDIT: Apologies, I can't seem to figure out how to add a label to this - this should be an "enhancement" I think.
The text was updated successfully, but these errors were encountered: