-
Notifications
You must be signed in to change notification settings - Fork 0
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
Telecommand: list files in flash/LittleFS filesystem #7
Comments
@DeflateAwning The GNU |
Probably fine to leave out the file sizes for now, unless it's easy to include them Not too sure what a FAT is, so probably not that. Can you give an example though? We can tweak it or add more commands if there're operational deficiencies. Just kinda imagine CLI filesystem browsing UX. I agree, more like find or ls. Recursive listing was the feature of du I really wanted to highlight, but file sizes are probably valuable too. Was also thinking about how S3 object storage prefixes work as I wrote it. Maybe not that applicable though |
The way I am currently thinking of it is basically the
The size of the file shouldn't be too big of an issue to deal with, but I will take baby steps |
We don't have a mechanism for optional arguments. The "optional" argument must be explicitly specified (e.g., Offset arg will just be 0). Perhaps an empty string can be used to set the string filter argument to "no contains filter". |
Just as an update The current progress on this is that I have created
I will work towards getting the arguments |
Like the Linux
du
command, this command should list the files in the filesystem, ordered by filename, descending (i.e., latest date first, ideally).In general, the filename will include and/or start with the timestamp.
Arguments:
The text was updated successfully, but these errors were encountered: