Metadata-Version: 2.1
Name: gtfu
Version: 0.1.1
Summary: Command line tool to Get pageTitle From Url.
Home-page: https://github.com/seijinrosen
License: MIT
Author: seijinrosen
Author-email: 86702775+seijinrosen@users.noreply.github.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: beautifulsoup4 (>=4.10.0,<5.0.0)
Requires-Dist: lxml (>=4.8.0,<5.0.0)
Requires-Dist: pyperclip (>=1.8.2,<2.0.0)
Requires-Dist: readchar (>=3.0.5,<4.0.0)
Requires-Dist: requests (>=2.27.1,<3.0.0)
Requires-Dist: rich (>=12.0.1,<13.0.0)
Project-URL: Repository, https://github.com/seijinrosen/gtfu
Description-Content-Type: text/markdown

# gtfu

Command line tool to Get pageTitle From Url.

## Installation

It supports Python 3.9+.

```sh
pip install gtfu
```

## Usage

After installation, type the following command into your terminal application.

- ```sh
  gtfu https://example.com/
  ```

  The page title will be copied to the clipboard.
  - `Example Domain`

- ```sh
  gtfu -m https://example.com/
  ```

  The page title will be copied to the clipboard in markdown format.
  - `[Example Domain](https://example.com/)`

- ```sh
  gtfu
  ```

  An interactive prompt will begin.

