Skip to content

Instantly share code, notes, and snippets.

@coderofsalvation
Last active April 7, 2017 06:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coderofsalvation/8eef0f99a5a85e00f2c2da5b9e09292d to your computer and use it in GitHub Desktop.
Save coderofsalvation/8eef0f99a5a85e00f2c2da5b9e09292d to your computer and use it in GitHub Desktop.
how to set the title of a terminal-tab in chromebook (developermode)

put the above file into /usr/local/bin/settitle (or somewhere accessible by your PATH)

then

$ settitle my new title
#!/bin/bash
echo -en "\033]0;$*\a"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment