a Sublime Text 2 package for HTML title retrieving with cURL command.
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
On Sublime Text 2.
There are 2 ways to run the command in this package.
- Open command palette (default in Mac: cmd+shift+p) and select
HtmlTitle: Get html title for URL. - 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"
}