BangleApps/apps/fileman
Pavel Machek 23f8dba95f fileman: fix warning 2025-06-07 13:32:44 +02:00
..
ChangeLog fileman: Mark this as 0.04 2025-06-07 13:29:01 +02:00
README.md Fix typo 2020-09-29 17:48:16 -04:00
fileman-icon.js New file manager app 2020-09-29 17:41:56 -04:00
fileman.app.js fileman: fix warning 2025-06-07 13:32:44 +02:00
icons8-filing-cabinet-48.png New file manager app 2020-09-29 17:41:56 -04:00
manage_files.html fileman: improve showing files in browser, they were trunkated when using alert for display 2024-05-31 14:54:15 +02:00
metadata.json fileman: Mark this as 0.04 2025-06-07 13:29:01 +02:00

README.md

FileManager

A small file manager, mostly written for debugging issues on the watch. Upon opening, the app will display a list of all the files in storage (it will contract the sub-components of a StorageFile into one entry). When selecting a file the following options appear (depending on file type detected by extension):

  • Length: file size in bytes
  • Display file: print out file contents on screen (will attempt to add back newlines for minimized JS code)
  • Load file [*.js files only, no widgets]: load and execute javascript file
  • Display image [*.img files only]: attempt to render file contents as image on screen
  • Delete file: delete file (asks for confirmation first, will delete all components of a StorageFile)