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

✨ Improve File Manager #23

Open
1 of 8 tasks
vshymanskyy opened this issue Aug 11, 2024 · 1 comment
Open
1 of 8 tasks

✨ Improve File Manager #23

vshymanskyy opened this issue Aug 11, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@vshymanskyy
Copy link
Owner

vshymanskyy commented Aug 11, 2024

  • Ensure that editor modifications are not lost when navigating or reconnecting the board
    • TBD: Warn about unsaved changes?
    • Save a backup of changes in local store
  • Upload local files or folders
    • TBD: Drag'n'drop files into editor and file manager?
  • Download FS snapshot as zip/tar file
  • More file operations
    • Rename file
    • Copy file
@vshymanskyy vshymanskyy self-assigned this Aug 11, 2024
@vshymanskyy vshymanskyy added the enhancement New feature or request label Aug 11, 2024
@DeeJay
Copy link

DeeJay commented Aug 13, 2024

" Download FS snapshot as as zip/tar file "

The rshell utility https://github.com/dhylands/rshell has an rsync sub-command https://github.com/dhylands/rshell#rsync which

Recursively synchronises a source directory to a destination.

This might either be a part of your solution, or inspection of the codebase might give you ideas for your own implementation?

I have been using rshell/rsync to keep a copy of the FS on an RPi Pico running MP 1.23 synchronised for backup on a host/workstation with a USB connection between the two devices. No archiving or compression involved.

@vshymanskyy vshymanskyy changed the title Improve File Manager ✨ Improve File Manager Oct 7, 2024
@vshymanskyy vshymanskyy pinned this issue Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants