hyperterm-title

Set the title of your tabs to what your shell suggests


License
MIT
Install
npm install hyperterm-title@0.0.1

Documentation

hyperterm-title

Set the title of your tabs to what your shell suggests

Travis Build Status NPM module NPM downloads

Without hyperterm-title

Without hyperterm-title

With hyperterm-title

With hyperterm-title

Installation

First install hpm, the hyperterm package manager:

npm install -g hpm-cli

Then install hyperterm-title:

hpm i hyperterm-title

Usage

To test this out, you can tell the shell to suggest a different title:

function title() { echo -e "\033]0;${1:?please specify a title}\007" ; }

title "Hyper Title"

License

The MIT License (MIT)

Copyright (c) 2016 parro-it