app
#
Example Universal Directory Tree App
UniversalDirectoryTreeApp
#
Bases: App
The power of upath and fsspec in a Textual app
Source code in textual_universal_directorytree/app.py
handle_file_selected(message)
#
Do something with the selected file.
Objects returned by the FileSelected event are upath.UPath objects and they are compatible with the familiar pathlib.Path API built into Python.
Source code in textual_universal_directorytree/app.py
cli()
#
Command Line Interface for the example App