Command line tool to Get pageTitle From Url.
It supports Python 3.9+.
pip install gtfu
After installation, type the following command into your terminal application.
gtfu https://example.com/
The page title will be copied to the clipboard.
Example Domain
gtfu -m https://example.com/
The page title will be copied to the clipboard in markdown format.
[Example Domain](https://example.com/)
gtfu
An interactive prompt will begin. You will be asked for the URL to be retrieved and whether you want it in Markdown format.