gtfu

Command line tool to Get pageTitle From Url.


Keywords
cli, python
License
MIT
Install
pip install gtfu==1.4.0

Documentation

gtfu

日本語 | English

PyPI PyPI - Python Version Tests CodeQL codecov Downloads Downloads Downloads Code style: black

Command line tool to Get pageTitle From Url.

Installation

It supports Python 3.7+.

pip install gtfu

Usage

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

Standard mode

gtfu https://example.com/

The page title will be copied to the clipboard.

  • Example Domain

Markdown mode

gtfu -m https://example.com/

The page title will be copied to the clipboard in markdown format.

  • [Example Domain](https://example.com/)

Prompt mode

gtfu

An interactive prompt will begin. You will be asked for the URL to be retrieved and whether you want it in Markdown format.