Metadata-Version: 2.1
Name: lsdir
Version: 0.1.6
Summary: Add your description here
Author-email: "Noah J. Blair" <noahjblair@outlook.com>
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: python-magic>=0.4.27

# Directory Listing

`lsdir` will recursively list a directory and its subdirectories. For text
files, the contents will also be listed. These entire contents are written
to stdout.

## Installation

Installation can be done using `homebrew` with the following commands:

```bash
brew tap sodium-hydroxide/lsdir https://github.com/sodium-hydroxide/lsdir
brew install sodium-hydroxide/lsdir/lsdir
```

## Usage

```bash
lsdir --help
```


