Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.
/ sublimeHtmlTitle Public archive

a Sublime Text 2 package for HTML title retrieving with cURL command.

Notifications You must be signed in to change notification settings

gh640/sublimeHtmlTitle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sublimeHtmlTitle

a Sublime Text 2 package for HTML title retrieving with cURL command.

Usage

Installation

Clone this repository and move the directory into Sublime Text 2 Pacakge directory.

git clone https://github.com/gh640/sublimeHtmlTitle.git
mv sublimeHtmlTitle htmlTitle
mv htmlTitle path/to/your/sublime/text/package/directory

Execution of command

On Sublime Text 2.

There are 2 ways to run the command in this package.

  1. Open command palette (default in Mac: cmd+shift+p) and select HtmlTitle: Get html title for URL.
  2. Press ctrl+alt+t in Mac (on other environment, you need to set by yourself as following).
{
    "keys": ["ctrl+alt+t"], "command": "get_html_title"
}

About

a Sublime Text 2 package for HTML title retrieving with cURL command.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages