Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/patbeirne/tf

TF is a module for MicroPython to help manage files in the local flash file system of the embedded CPU. It provides methods for file copy, search and edit. It also provides a trivial shell prompt for file manipulations (copy/move/delete, sub-directory create/rename/delete/chdir) and file examination (cat/grep/sed). All methods are stream-based, so they can handle large files, like debug listings or log files.
https://github.com/patbeirne/tf

esp8266 micropython

Last synced: about 4 hours ago
JSON representation

TF is a module for MicroPython to help manage files in the local flash file system of the embedded CPU. It provides methods for file copy, search and edit. It also provides a trivial shell prompt for file manipulations (copy/move/delete, sub-directory create/rename/delete/chdir) and file examination (cat/grep/sed). All methods are stream-based, so they can handle large files, like debug listings or log files.

Awesome Lists containing this project