Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

✨ Read/Write To Files! (Please) #2

Closed
JumperBot opened this issue Nov 4, 2022 · 0 comments · Fixed by #20
Closed

✨ Read/Write To Files! (Please) #2

JumperBot opened this issue Nov 4, 2022 · 0 comments · Fixed by #20
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@JumperBot
Copy link
Owner

Is your feature request related to a problem? Please describe.
I've been needing to automate file reads/writes, maybe it could be implemented here somehow.

Describe the solution you'd like
Make two new commands for writing or reading a file.

Describe alternatives you've considered
Using the bash syntax:

java UFB ThisFile.optimized.ufbb > WriteToThisFile.txt
java UFB ThisFileNeedsInput.ufbb < ReadThisFile.txt

Additional context
Probably a syntax like this:

rfile  38  <FILE_NAME_GOES_HERE>  // Read file into memory index 38
wfile  38  <FILE_NAME_GOES_HERE>  // Write data in memory index into a file
@JumperBot JumperBot added the help wanted Extra attention is needed label Nov 4, 2022
@JumperBot JumperBot self-assigned this Nov 4, 2022
@JumperBot JumperBot pinned this issue Nov 4, 2022
@JumperBot JumperBot added this to the v1.4.0 milestone Nov 13, 2022
@JumperBot JumperBot added the enhancement New feature or request label Nov 13, 2022
@JumperBot JumperBot mentioned this issue Dec 2, 2022
@JumperBot JumperBot unpinned this issue Dec 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Status: 🔖 Done 🔖
Development

Successfully merging a pull request may close this issue.

1 participant