https://github.com/davep/textual-fspicker
A Textual widget library for picking things in the filesystem
https://github.com/davep/textual-fspicker
framework python terminal textual toolkit tui ui
Last synced: about 1 month ago
JSON representation
A Textual widget library for picking things in the filesystem
- Host: GitHub
- URL: https://github.com/davep/textual-fspicker
- Owner: davep
- License: mit
- Created: 2023-05-11T21:05:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T17:37:24.000Z (2 months ago)
- Last Synced: 2025-04-02T00:37:13.265Z (about 2 months ago)
- Topics: framework, python, terminal, textual, toolkit, tui, ui
- Language: Python
- Homepage: https://blog.davep.org/textual-fspicker/
- Size: 1.4 MB
- Stars: 42
- Watchers: 3
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-textualize-projects - Fspicker - A Textual widget library for picking things in the filesystem. (Community / Third Party Applications)
README
# textual-fspicker
## Introduction
This library provides a simple set of filesystem navigation and picking
dialogs The aim is to provide "ready to go" dialogs that should also be
fairly easy to tailor to your own applications.
## Installing
The package can be installed with `pip` or related tools, for example:
```sh
$ pip install textual-fspicker
```## Using the library
Please see [the main documentation for the
library](https://textual-fspicker.davep.dev/) for details on how to use it.## TODO
See [the TODO tag in
issues](https://github.com/davep/textual-fspicker/issues?q=is%3Aissue+is%3Aopen+label%3ATODO)
to see what I'm planning.[//]: # (README.md ends here)