odynvolk / iterm-title

Sets the iTerm window and tab titles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iterm-title

Super small module for setting iTerm window and tab titles.

Install

Install with npm

$ npm install iterm-title --save

Usage

const itermTitle = require("iterm-title");

itermTitle("Some title you want");

Running tests

We don't have any...

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue

Author

License

Released under the MIT license.

About

Sets the iTerm window and tab titles


Languages

Language:JavaScript 100.0%