Metadata-Version: 2.4
Name: textual-fspicker
Version: 0.6.0
Summary: A simple Textual filesystem picker dialog library.
Keywords: terminal,library,file system,filesystem,dialog
Author: Dave Pearson
Author-email: Dave Pearson <davep@davep.org>
License-Expression: MIT
Classifier: Environment :: Console
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Terminals
Classifier: Topic :: Software Development :: Libraries
Classifier: Typing :: Typed
Requires-Dist: textual>=1.0.0
Requires-Python: >=3.9
Project-URL: Discussions, https://github.com/davep/textual-fspicker/discussions
Project-URL: Documentation, https://textual-fspicker.davep.dev/
Project-URL: Homepage, https://textual-fspicker.davep.dev/
Project-URL: Issues, https://github.com/davep/textual-fspicker/issues
Project-URL: Repository, https://github.com/davep/textual-fspicker
Project-URL: Source, https://github.com/davep/textual-fspicker
Description-Content-Type: text/markdown

# 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.

![Opening a file](https://raw.githubusercontent.com/davep/textual-fspicker/main/.images/file-open.png)
![Saving a file](https://raw.githubusercontent.com/davep/textual-fspicker/main/.images/file-save.png)

## 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)
