Metadata-Version: 2.4
Name: brew-cleaner
Version: 0.1.0
Summary: A simple, interactive command-line tool to help you clean up your installed Homebrew formulae.
Home-page: 
Author: Harsh
Author-email: 
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: prompt-toolkit==3.0.51
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# Brew Cleaner

A simple, interactive command-line tool to help you clean up your installed Homebrew formulae.

## Features

-   Interactive list of installed formulae.
-   Select multiple formulae to uninstall.
-   View formula information directly in the UI.
-   Smooth scrolling for long lists of formulae.

## Installation

```bash
pip install brew-cleaner
```

## Usage

```bash
brew-cleaner
```

Use the up and down arrow keys to navigate the list of formulae. Press the spacebar to select or deselect a formula for uninstallation. Press Enter to uninstall the selected formulae.

## Dependencies

-   `prompt-toolkit`

## Contributing

Contributions are welcome! Please open an issue or submit a pull request.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
